widgetti / solara

A Pure Python, React-style Framework for Scaling Your Jupyter and Web Apps
https://solara.dev
MIT License
1.91k stars 141 forks source link

My widget renders in an VBox but not an HBox #816

Open paddymul opened 1 month ago

paddymul commented 1 month ago

Just two links to PyCafe are all that is necessary to demonstrate this bug :)

https://py.cafe/paddymul/buckaroo-hbox - doesn't work

https://py.cafe/paddymul/buckaroo-gallery - shows Buckaroo working.

I can see the Buckaroo DOM elements present. I suspect this is some type of styling conflict.

paddymul commented 1 month ago

Ahh. My widget doesn't set an explicit width on it's element.