diff --git a/src/textual/_border.py b/src/textual/_border.py index bea796d5d..cded7790a 100644 --- a/src/textual/_border.py +++ b/src/textual/_border.py @@ -22,7 +22,7 @@ BORDER_CHARS: dict[ # Three tuples for the top, middle, and bottom rows. # The sub-tuples are the characters for the left, center, and right borders. "": ( - (" ", " ", " "), + (" ", " ", " "), (" ", " ", " "), (" ", " ", " "), ),