Make WordPress Core

Opened 3 years ago

Closed 3 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's profile 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)

#1 @sabernhardt
3 years ago

  • Component changed from General to Editor
  • Keywords close added
  • Version changed from 5.7.2 to 5.0

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 the block-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.

Last edited 3 years ago by sabernhardt (previous) (diff)

#2 @desrosj
3 years ago

  • Keywords close removed
  • Milestone Awaiting Review deleted
  • Resolution set to reported-upstream
  • Status changed from new to closed

I'm going to close this out as reported-upstream. If somethign comes up that needs to be addressed here, it can be reopened.

Note: See TracTickets for help on using tickets.