[wp-meta] [Making WordPress.org] #7919: Pull Requests (0) Section Formatting Issue on Meta Trac

Making WordPress.org noreply at wordpress.org
Tue Feb 25 11:32:47 UTC 2025


#7919: Pull Requests (0) Section Formatting Issue on Meta Trac
-------------------------+-------------------------------------------------
 Reporter:               |      Owner:  (none)
  truptikanzariya        |
     Type:  defect       |     Status:  new
  (bug)                  |
 Priority:  normal       |  Milestone:
Component:  Trac         |   Keywords:  needs-patch needs-testing has-
                         |  screenshots
-------------------------+-------------------------------------------------
 The "Pull Requests (0)" section on the Meta Trac ticket page is not
 displaying properly. The formatting appears misaligned or unclear, making
 it difficult to distinguish elements. The section should be structured
 more clearly to improve usability.

 Steps to Reproduce
 1. Go to the WordPress Meta Trac ticket page.
 2. Scroll down to the **Pull Requests (0)** section.
 3. Observe that the text and layout are not properly formatted.

 Improved CSS for Better Formatting

 Your current CSS is applying styles to the last `<div>` inside `<li>`,
 ensuring it has `white-space: nowrap;` and `padding-right: 0;`. However,
 if the formatting is still not correct, you might need additional
 adjustments.

 Try the following CSS improvements:

 {{{
 #github-prs ul.pull-requests li div:last-of-type {
     white-space: normal;
     padding-right: 0;
 }
 }}}

 Thank you...

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/7919>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list