Grid Layout Issue: Select Widget Stacking on Small Terminals #5643
Replies: 3 comments 1 reply
-
If you don't want the |
Beta Was this translation helpful? Give feedback.
1 reply
-
You've set the width of your select to be one fifth of the screen. That's not enough space to fit. Did you expect something different there? |
Beta Was this translation helpful? Give feedback.
0 replies
-
3 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a
grid-size: 3
and I am trying to set the column sizes to2fr 2fr 1fr
to make the third column smallest or half the size of the other columns. However, I am having issues with the select widget text stacking on small width terminals. I assume because the text is to long so have to stack. Am I doing something wrong, or is this expected behavior?Here is my snippet example:
Beta Was this translation helpful? Give feedback.
All reactions