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 text was updated successfully, but these errors were encountered:
tmszb
changed the title
Display issue when parent element is using display: inline-flex
Display issue when parent element is using display: inline-flex or display: flex
Feb 17, 2022
Hi,
There is an issue when using range slider when a container has
display: inline-flex
ordisplay: flex
CSS rule.When this happens range slider's width looks like it would be set to 0. Elements are displayed but are squeezed.
I used exisiting example from contributing guidelines here: https://jsfiddle.net/IonDen/b79q0vnm and added
display: inline-flex
to show this behavior: https://jsfiddle.net/16jvpk8d/The text was updated successfully, but these errors were encountered: