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
feat(slider): support bottom aligned label and prevent line break
This PR encourages the slider label to appear in one line without breaking the word
into new line especially when the last label contains more than one word and break
into multiple line which make the label overlaps the slider track in some situations.
This PR also supports to change the slider label position using `bottom aligned` flag
in CSS class name which makes the label to be appeared below the slider track.
Closes: #1625
0 commit comments