#63311 closed defect (bug) (wontfix)
Twenty Twenty-Two: no visible difference between l and xl font-size in editor.
| Reported by: | nidhidhandhukiya | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Bundled Theme | Version: | 5.9 |
| Severity: | minor | Keywords: | close |
| Cc: | Focuses: |
Description
Steps to reproduce the issue :-
- Activate Twenty Twenty Two theme.
- Choose Quote block.
- Add some text.
- 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
@
16 months ago
- Keywords close added
- Summary Twenty Twenty Two - Quote block having no visible difference between l and xl font-size in editor. → Twenty Twenty-Two: no visible difference between l and xl font-size in editor.
- Version 6.8 → 5.9
Version 0, edited 16 months ago by
(next)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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 from1.75remto2.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.