[wp-trac] [WordPress Trac] #32936: Align slug box
WordPress Trac
noreply at wordpress.org
Thu Jul 9 06:16:37 UTC 2015
#32936: Align slug box
----------------------------+-----------------------------
Reporter: Luan Ramos | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: 4.2.2
Severity: normal | Keywords:
Focuses: administration |
----------------------------+-----------------------------
Before:
#edit-slug-box {
color: #666;
line-height: 24px;
margin-top: 5px;
min-height: 25px;
padding: 0 10px;
}
After:
#edit-slug-box {
color: #666;
line-height: 24px;
margin-top: 5px;
min-height: 25px;
padding: 0 10px 0 0; // enhancement
}
The text was misaligned, and then lined the box above.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/32936>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list