Skip to content

Commit 697c9f3

Browse files
committed
Made text input wider
1 parent 73c970a commit 697c9f3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/css/page.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ select, input {
188188
}
189189
}
190190

191+
input[type="text"] {
192+
min-width: 235px;
193+
}
194+
191195
input[type="checkbox"] {
192196
width: 50px;
193197
padding: 3px;

0 commit comments

Comments
 (0)