Skip to content

Commit 7eb249d

Browse files
author
Dono
committed
(1) console: fix input height
1 parent ebb73ca commit 7eb249d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/client/ui/console.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,12 @@ $button-text-color: white;
3939
&.js-command-input {
4040
width: 100%;
4141
height: 100%;
42-
padding: 5px;
42+
padding: 15px 5px 5px 5px;
4343
color: $form-text-color;
4444
font-weight: bold;
4545
font-size: 13pt;
4646
resize: vertical;
47+
height: 50px;
4748
max-height: 200px;
4849
min-height: 50px;
4950
}

0 commit comments

Comments
 (0)