Absolute font-size
doesn't scale on text resizing
#17416
Labels
status:in-progress
Set automatically when an issue lands in the "In progress" column. We are working on it.
The "powered by" text gets defined with an absolute
font-size
or in other words by a pixel value. This should be a relative value like all others as it doesn't scale (upwards) nicely on users setting bigger font-sizes in their environments for accessibility reasons.https://github.com/ckeditor/ckeditor5/blob/master/packages/ckeditor5-ui/theme/globals/_poweredby.css#L38
The text was updated successfully, but these errors were encountered: