rio-labs / rio

WebApps in pure Python. No JavaScript, HTML and CSS needed
https://rio.dev
Apache License 2.0
453 stars 14 forks source link

[BUG]: Grid columns grow unexpectedly in Component Tree #40

Closed Aran-Fey closed 1 month ago

Aran-Fey commented 1 month ago

Describe the bug

The component details displayed in the dev tools use a grid with 5 columns, where the 5 column only contains a Spacer. So all columns except the 5th should use their minimum width, but for some reason they don't.

Expected Behavior

I already described that.

Steps to Reproduce

Open the dev tools sidebar and select a component in the component tree.

Screenshots/Videos

image

Operating System

Windows

What browsers are you seeing the problem on?

Firefox

Browser version

No response

What device are you using?

No response

Additional context

No response