Skip to content

Commit 3e23fdb

Browse files
committed
Fix UI - Small Screen #5
1 parent ca95d42 commit 3e23fdb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

public/styles/style.css

+1-4
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,8 @@ textarea {
192192
}
193193

194194
textarea {
195-
height: 80%;
196-
height: fit-content;
197-
height: 400px;
195+
height: 78vmax;
198196
font-size: 12px;
199-
max-height: 600px;
200197
resize: vertical;
201198
}
202199

0 commit comments

Comments
 (0)