Opened 4 years ago
Closed 4 years ago
#53366 closed defect (bug) (reported-upstream)
The default font-size of the paragraph in Media Text blocks should not be large.
Reported by: | no249a002 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 5.0 |
Component: | Editor | Keywords: | |
Focuses: | javascript | Cc: |
Description
As referred in this issue (https://github.com/WordPress/gutenberg/issues/21126) of Gutenberg, the default inner paragraph block should not set the default font size of Large due to the UX concern.
Expected output: the default font size should be set to "default", rather than "large".
Files involved: /wp-includes/js/dist/block-library.js
Change History (2)
Note: See
TracTickets for help on using
tickets.
Hi and thanks for the report!
GB21126 is a better place to continue this discussion because the editor's development takes place on GitHub. Also,
gutenberg/packages/block-library/src/media-text/edit.js
is used to create theblock-library.js
file.If you could add comment(s) there, please do that. Or, if you do not want to create a GitHub account, please verify whether my comment adds enough.