From b974b2f3868c3385f0806157eabc65842a2434ae Mon Sep 17 00:00:00 2001 From: jpt Date: Sat, 10 May 2025 19:20:08 -0500 Subject: [PATCH] remove height limit for now --- src/tt/tui/modals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tt/tui/modals.py b/src/tt/tui/modals.py index 7a15448..376c615 100644 --- a/src/tt/tui/modals.py +++ b/src/tt/tui/modals.py @@ -49,8 +49,8 @@ class ChoiceModal(ModalScreen): } ChoiceModal Vertical { border: double teal; - height: 10; width: 38; + height: 100%; } ChoiceModal Label.hints { border: solid grey;