[wp-meta] [Making WordPress.org] #1417: CSS issue on plugin pages, mobile viewing

Making WordPress.org noreply at wordpress.org
Tue Nov 24 03:20:14 UTC 2015


#1417: CSS issue on plugin pages, mobile viewing
------------------------+------------------------------
Reporter:  MrFlannagan  |      Owner:
    Type:  enhancement  |     Status:  new
Priority:  normal       |  Component:  Plugin Directory
Keywords:  ui-feedback  |
------------------------+------------------------------
 I wrote a blog post on this and someone suggested I submit here.  I found
 the css adjstument I made below my link to the bug description on my blog
 seems to fix it:

 http://whoischris.com/this-bothers-me-more-than-it-should-or-should-it/

 @media screen and (max-width: 960px) {
 .col-10, .col-10 .col-3 {
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     width: 100%;
     margin: 5px 0;
     padding: 0 15px;
 }
 }

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


More information about the wp-meta mailing list