Opened 10 years ago
Closed 10 years ago
#30066 closed defect (bug) (fixed)
Validator list is not floating correctly
Reported by: | SergeyBiryukov | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.1 | Priority: | normal |
Severity: | minor | Version: | 3.3 |
Component: | Help/About | Keywords: | good-first-bug has-patch needs-testing |
Focuses: | Cc: |
Description
Sometimes a longer name in the list of validators prevents the next list items from floating correctly. See the screenshot.
Replacing float: left
with display: inline-block; vertical-align: top;
should fix this.
Attachments (3)
Change History (7)
@
10 years ago
Update! Also changed wp-admin.min.css that blocked about.css. The current file contains both fixes!
#3
@
10 years ago
Thanks for the patch, kosvrouvas.
No need to patch minified files, a post-commit task takes care of that.
There's a SCRIPT_DEBUG constant you can add to your wp-config.php
file to use unminified files.
Note: See
TracTickets for help on using
tickets.
Patch for validators list not floating correctly