[wp-meta] [Making WordPress.org] #1417: CSS issue on plugin pages, mobile viewing
Making WordPress.org
noreply at wordpress.org
Tue Nov 24 08:57:38 UTC 2015
#1417: CSS issue on plugin pages, mobile viewing
--------------------------+------------------------------
Reporter: MrFlannagan | Owner:
Type: enhancement | Status: new
Priority: normal | Component: Plugin Directory
Resolution: | Keywords: ui-feedback
--------------------------+------------------------------
Description changed by SergeyBiryukov:
Old description:
> 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;
> }
> }
New description:
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#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list