Skip to content

Commit 0d752d6

Browse files
fix: input width not using available space (#296)
1 parent 05b0ee2 commit 0d752d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontend/src/assets/css/globalStyles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ div.prompt-title {
120120
}
121121

122122
form.inquirer-gui > *:not(.tiles) {
123-
max-width: 35%;
123+
max-width: 600px;
124124
min-width: 300px;
125125
}
126126

0 commit comments

Comments
 (0)