-
Notifications
You must be signed in to change notification settings - Fork 815
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
grid-rows: auto
seems to be broken when column-span
/Pretty
is used
#4179
Comments
@rodrigogiraoserrao Would you like to tackle this one? The issue seems to be in grid.py, and it is related to gutter. |
Actually, @rodrigogiraoserrao This may be the fix #4219 Would you mind confirming, and adding a snapshot test? The code on this issue is probably good enough, if you find a terminal size where it breaks. |
Done |
Don't forget to star the repository! Follow @textualizeio for Textual updates. |
Looks like there is a rendering issue when
column-span
(orPretty
widget) is used together withgrid-rows: auto
.Consider such a example:
Results (correctly) in:
But not quite correct when we change the terminal size a bit (adds a lot of free green space):
When using column-span:
Results (correctly) in:
But incorrectly when we add something (adds extra green space):
The text was updated successfully, but these errors were encountered: