Opened 10 years ago
Closed 10 years ago
#29027 closed defect (bug) (duplicate)
The bottom margin on #titlediv went missing
Reported by: | bradyvercher | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.0 |
Component: | Posts, Post Types | Keywords: | has-patch |
Focuses: | ui, administration | Cc: |
Description
It looks like the bottom margin on #titlediv
got removed when the admin style sheet was split up. It's not a huge deal, but I've noticed a few plugins that don't have the editor enabled no longer have any space between the title field and the first meta box.
Here's the rule pre-split:
https://core.trac.wordpress.org/browser/trunk/src/wp-admin/css/wp-admin.css?rev=27174#L4516
And after the split:
https://core.trac.wordpress.org/browser/trunk/src/wp-admin/css/edit.css?rev=29301#L38
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Duplicate of #28893.