This repository has been archived by the owner on Dec 1, 2019. It is now read-only.
The default font size setting for the Paragraph block displays a wrong and misleading value #958
Labels
duplicate
This issue or pull request already exists
Currently, every time the user inserts a new paragraph block, it shows that the font size is set to
Small
which is not true (it's actuallyRegular
).It's very confusing for the user:
If the user wants a Regular text
The user might try to change the value from
Small
toRegular
and there won't be any visible change (it only adds an unnecessaryhas-regular-font-size
class)If the user wants a Small text
The user must first change the value from
Small
toRegular
and then change it back fromRegular
toSmall
.This bug has been tackled in previous issues and PR but the result is IMO the most confusing solution.
A solution (without affecting the string freeze) is to display the
Regular
option first in the dropdown.The text was updated successfully, but these errors were encountered: