mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
fix blank
This commit is contained in:
@@ -339,7 +339,7 @@ class StylesCache:
|
||||
elif border_left:
|
||||
line = [left, make_blank(width - 1, background_style)]
|
||||
elif border_right:
|
||||
line = [make_blank(width, background_style), right]
|
||||
line = [make_blank(width - 1, background_style), right]
|
||||
else:
|
||||
line = [make_blank(width, background_style)]
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user