From 943ccdfc89dac89adfa4458403e4f228d098094d Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sun, 4 Sep 2022 11:11:48 +0100 Subject: [PATCH] tweaks --- src/textual/widgets/_text_input.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/textual/widgets/_text_input.py b/src/textual/widgets/_text_input.py index 1fe7919d3..5b706049b 100644 --- a/src/textual/widgets/_text_input.py +++ b/src/textual/widgets/_text_input.py @@ -115,6 +115,7 @@ class TextInput(TextWidgetBase, can_focus=True): height: 3; padding: 1; background: $surface; + content-align: left middle; } """