[wp-meta] [Making WordPress.org] #2774: Plugin Details page tag section messup.
Making WordPress.org
noreply at wordpress.org
Sat Apr 22 13:20:24 UTC 2017
#2774: Plugin Details page tag section messup.
------------------------------+-----------------------------------
Reporter: mp518 | Owner:
Type: task | Status: new
Priority: normal | Milestone: Plugin Directory v3.0
Component: Plugin Directory | Keywords: has-patch
------------------------------+-----------------------------------
When user go plugin details page then if tag name string is like "banner-
management-woocommerce-banner-management" this type that time tag design
is messup.
Dif:
pub/wporg-plugins/css/style.css?ver=20170420b
.plugin-meta [rel=tag] {
background: #eee;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #000;
display: inline-block;
font-size: 10.24px;
font-size: .64rem;
margin: 2px;
padding: 3px 6px;
position: relative;
white-space: nowrap;
width: auto;
}
to correct below style
.plugin-meta [rel=tag] {
background: #eee;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #000;
display: inline-block;
font-size: 10.24px;
font-size: .64rem;
margin: 2px;
padding: 3px 6px;
position: relative;
width: auto;
}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/2774>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list