[wp-trac] [WordPress Trac] #50788: "PHP Update Required" dashboard box title is right-aligned
WordPress Trac
noreply at wordpress.org
Tue Jul 28 03:42:28 UTC 2020
#50788: "PHP Update Required" dashboard box title is right-aligned
---------------------------------------+----------------------
Reporter: SergeyBiryukov | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 5.5
Component: Administration | Version: trunk
Severity: normal | Resolution:
Keywords: has-screenshots has-patch | Focuses: ui, css
---------------------------------------+----------------------
Comment (by sabernhardt):
The alignment is from [48373], using CSS flexbox on the heading for edit-
box links.
{{{
.postbox-header .hndle {
flex-grow: 1;
/* Handle the alignment for the configurable dashboard widgets
"Configure" edit-box link. */
display: flex;
justify-content: space-between;
align-items: center;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/50788#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list