[wp-trac] [WordPress Trac] #44611: try Gutenberg header wraps over text below on narrow screens
WordPress Trac
noreply at wordpress.org
Thu Jul 19 23:03:11 UTC 2018
#44611: try Gutenberg header wraps over text below on narrow screens
-----------------------------------------+---------------------
Reporter: fierevere | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 4.9.8
Component: Administration | Version: trunk
Severity: normal | Resolution:
Keywords: needs-patch has-screenshots | Focuses:
-----------------------------------------+---------------------
Comment (by stino11):
@earnjam Has the right idea. The fix should be
{{{
grid-template-rows: auto 1fr 100px;
}}}
- auto lets the first grid row expand to fit its content
- 1fr lets the second grid row expand to fit the remaining available space
- 100px fixes the height of the third grid row
--
Ticket URL: <https://core.trac.wordpress.org/ticket/44611#comment:8>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list