You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#42747 uncovered that some components rely on a font-size: 13px being set in the surrounding CSS context. This is not a given, and we need that font-size to be explicitly set in each component for them to be self-sufficient.
What is your proposed solution?
This could've been fine if the component library were designed with dynamic sizing in mind, but in reality they are designed with fixed pixel values, and the majority of components do have an explicit font-size: 13px set within them. So let's maintain that consistency throughout the package.
What problem does this address?
#42747 uncovered that some components rely on a
font-size: 13px
being set in the surrounding CSS context. This is not a given, and we need that font-size to be explicitly set in each component for them to be self-sufficient.What is your proposed solution?
This could've been fine if the component library were designed with dynamic sizing in mind, but in reality they are designed with fixed pixel values, and the majority of components do have an explicit
font-size: 13px
set within them. So let's maintain that consistency throughout the package.Can be closed when the following are merged:
Tooltip (Experimental)
,CustomSelectControl
,TimePicker
: Add missing font sizes styles which were necessary in non-WordPress contexts #42844The text was updated successfully, but these errors were encountered: