[wp-meta] [Making WordPress.org] #1367: Plugin directory: Adjust CSS for Japanese download button
Making WordPress.org
noreply at wordpress.org
Sat Nov 7 04:17:50 UTC 2015
#1367: Plugin directory: Adjust CSS for Japanese download button
---------------------+------------------------------
Reporter: Nao | Owner:
Type: defect | Status: new
Priority: normal | Component: Plugin Directory
Resolution: | Keywords:
---------------------+------------------------------
Comment (by Nao):
@ocean90 Did someone make any CSS changes since last Sunday? I'm seeing a
different layout on the page. I'm on Mac Safari. The download button is
not overlapping the description anymore, but it's pushed below it.
I can't find the code for the plugin directory in public repositories so I
tried testing your change on a browser's developer mode.
Looks like the width you tried to change is overwritten by this in
`wp4.css`.
{{{
#plugin-description .shortdesc {
width: 100%;
}
}}}
The rule that sets `padding` of the `p` elements to 0 in wp4.css also
overwrites the `.shortdesc` padding.
Well, the new layout is not perfect but it's as bad as the one I used to
see (accidently enabled? or fixed on purpose?). I'm ok with marking this
as wontfix.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/1367#comment:4>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list