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
The FontSizePicker component currently has an inherent margin-bottom, making it hard to reuse in different contexts, since it requires a style override of an internal element. This kind of internal override is something we want to discourage.
Any outer margins, if desired, should be added by the consumer.
What is your proposed solution?
Deprecate the bottom margin (similar to #37160), following the guidelines stipulated in the devdocs.
What problem does this address?
The
FontSizePicker
component currently has an inherentmargin-bottom
, making it hard to reuse in different contexts, since it requires a style override of an internal element. This kind of internal override is something we want to discourage.Any outer margins, if desired, should be added by the consumer.
What is your proposed solution?
Deprecate the bottom margin (similar to #37160), following the guidelines stipulated in the devdocs.
Prerequisites:
ToggleGroupControl
FontSizePicker: Add flag to remove bottom margin #43062RangeControl
FontSizePicker: Add flag to remove bottom margin #43062The text was updated successfully, but these errors were encountered: