h2oai / wave

Realtime Web Apps and Dashboards for Python and R
https://wave.h2o.ai
Apache License 2.0
3.98k stars 327 forks source link

Default slider width in ui.inline is wrong #1974

Closed mturoci closed 1 year ago

mturoci commented 1 year ago

Discussed in https://github.com/h2oai/wave/discussions/1973

Originally posted by **LaurenedePeyrelongue** May 11, 2023 Hi, I am trying to adjust the size of a slider when it is in an ui.inline, however, I can't find any size/width option. The slider is very small (see image below) ![image](https://github.com/h2oai/wave/assets/88673878/3e233328-6fb5-405a-9561-7de71d89a9d2) So far the only way I managed to change the slider size is by adding characters to the slider title ![image](https://github.com/h2oai/wave/assets/88673878/a050e3fe-815a-40a0-919a-6503a17c7a6f) Is there any way to modify the size?

Check the rest of the components for the same problem as part of this issue.