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;