[wp-meta] [Making WordPress.org] #2211: Profile Image bottom spacing

Making WordPress.org noreply at wordpress.org
Wed Jul 5 13:44:59 UTC 2017


#2211: Profile Image bottom spacing
-------------------------------------------------+-------------------------
 Reporter:  f.staude                             |       Owner:  iandunn
     Type:  defect                               |      Status:  accepted
 Priority:  normal                               |   Milestone:
Component:  Profiles                             |  Resolution:
 Keywords:  ui-feedback good-first-bug needs-    |
  patch has-screenshots                          |
-------------------------------------------------+-------------------------
Changes (by mp518):

 * keywords:  ui-feedback good-first-bug needs-patch => ui-feedback good-
     first-bug needs-patch has-screenshots


Comment:

 Already added 100% width ul.item-list so just add width auto also margin
 will only 10px should be look good if there is any changes then let me
 know.below media query css available.


 {{{
 @media screen and ( max-width: 960px ) {
         div#item-header #user-badges{
             width:auto;
             margin: 10px 0 0 0;
         }
         div#item-header #user-badges li {
             float: left;
         }
 }
 }}}

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/2211#comment:4>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list