From 7e1871ede6495cc9182bad143b2e5a57d172b7e9 Mon Sep 17 00:00:00 2001 From: octodog Date: Fri, 27 Dec 2024 15:24:47 +0900 Subject: [PATCH] fix: Make the install path visible (#3029) (#3311) Co-authored-by: Sion Kang Co-authored-by: Joongi Kim --- changes/3029.fix.md | 1 + src/ai/backend/install/widgets.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changes/3029.fix.md diff --git a/changes/3029.fix.md b/changes/3029.fix.md new file mode 100644 index 0000000000..79b237339e --- /dev/null +++ b/changes/3029.fix.md @@ -0,0 +1 @@ +Fix the TUI installer to make the install path always visible diff --git a/src/ai/backend/install/widgets.py b/src/ai/backend/install/widgets.py index bfcab8efb8..6848596476 100644 --- a/src/ai/backend/install/widgets.py +++ b/src/ai/backend/install/widgets.py @@ -84,7 +84,7 @@ class InputDialog(Static): InputDialog Input { width: 1fr; - height: 3; + height: auto; margin: 0 1; padding: 1 2; border: wide $panel-lighten-1;