[wp-trac] [WordPress Trac] #52449: Can't change font size with 5.6.1 paragraph block
WordPress Trac
noreply at wordpress.org
Fri Feb 5 01:52:01 UTC 2021
#52449: Can't change font size with 5.6.1 paragraph block
--------------------------+---------------------
Reporter: sterndata | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 5.6.2
Component: Editor | Version: 5.6.1
Severity: major | Resolution:
Keywords: | Focuses:
--------------------------+---------------------
Comment (by inc2734):
The reason why the text size is not reflected in the choices is that the
first argument of min() is missing px.
The reason why the text does not reflect the font size when you select an
option is that it refers to `selectedItem.style`.
For the first problem, I threw a pull request to Gutenberg.
https://github.com/WordPress/gutenberg/pull/28761
The second problem has probably been fixed in the latest version of
Gutenberg.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/52449#comment:9>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list