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
<ToggleSwitch
label="This is a rather large label which breaks styling "
checked
/>
Current behavior
The ToggleSwitch is collapsing at smaller resolutions when the label text is quite long.
Expected behavior
I expected the ToggleSwitch to remain styled on smaller devices, even when the label text is quite long.
Context
In our UI we have the need for some quite long labels but these are breaking the ToggleSwitch Styling as seen above - It looks to be when the text moves onto 2 lines.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Have a
<ToggleSwitch />
with a long label nameCurrent behavior
The ToggleSwitch is collapsing at smaller resolutions when the label text is quite long.
Expected behavior
I expected the ToggleSwitch to remain styled on smaller devices, even when the label text is quite long.
Context
In our UI we have the need for some quite long labels but these are breaking the ToggleSwitch Styling as seen above - It looks to be when the text moves onto 2 lines.
The text was updated successfully, but these errors were encountered: