How to make RangeSlider larger in Pluto?

Try this instead:

html"""
<style>
.plutoui-rangeslider {
	width: 90%;
}
</style>
"""
1 Like