Skip to content

Commit

Permalink
fix: Make the install path visible (#3029) (#3310)
Browse files Browse the repository at this point in the history
Co-authored-by: Sion Kang <[email protected]>
Co-authored-by: Joongi Kim <[email protected]>
  • Loading branch information
3 people authored Dec 27, 2024
1 parent d22931b commit a1cf69d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/3029.fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix the TUI installer to make the install path always visible
2 changes: 1 addition & 1 deletion src/ai/backend/install/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a1cf69d

Please sign in to comment.