Open
Description
I am using SelectionRangeSlider
, but the description is cut off. I tried to change the layout
property as described in this thread, but it did not work and still the description is cut:
I also tried to use the style
attribute:
style = {'description_width': '100px'}
but it does not change anything.
How can I solve this?