Make WordPress Core

Opened 4 weeks ago

Closed 3 weeks ago

#63311 closed defect (bug) (wontfix)

Twenty Twenty-Two: no visible difference between l and xl font-size in editor.

Reported by: nidhidhandhukiya's profile nidhidhandhukiya Owned by:
Milestone: Priority: normal
Severity: minor Version: 5.9
Component: Bundled Theme Keywords: close
Focuses: Cc:

Description

Steps to reproduce the issue :-

  1. Activate Twenty Twenty Two theme.
  2. Choose Quote block.
  3. Add some text.
  4. Now change the font size.

You can able to see tere is a very minor difference between the L and XL font sizes, which is barely visible in the editor. On the front end, the difference is noticeable, but in the editor, it might confuse users.

Change History (2)

#1 @sabernhardt
4 weeks ago

  • Keywords close added
  • Summary changed from Twenty Twenty Two - Quote block having no visible difference between l and xl font-size in editor. to Twenty Twenty-Two: no visible difference between l and xl font-size in editor.
  • Version changed from 6.8 to 5.9

The font sizes can be the same in both the editor and the front, if the content width matches the front (the editor's sidebar, list view and/or block inserter panels can reduce the width).

The Large size has a fixed width of 1.75rem, and the X-Large size uses a fluid font size ranging from 1.75rem to 2.25rem.

{
	"size": "1.75rem",
	"slug": "large"
},
{
	"size": "clamp(1.75rem, 3vw, 2.25rem)",
	"slug": "x-large"
}

This seems to be a design decision before the first version of the theme.

#2 @karmatosed
3 weeks ago

  • Milestone Awaiting Review deleted
  • Resolution set to wontfix
  • Status changed from new to closed

For now I am going to close this as yes it is a design decision within the theme, thank you everyone. This doesn't mean we can't reconsider if other input comes up, however for now it makes sense to resolve.

Note: See TracTickets for help on using tickets.