Skip to content

Commit ca95d42

Browse files
committed
Fix UI - Small Screen #4
1 parent 338d2bd commit ca95d42

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

public/styles/style.css

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

194194
textarea {
195195
height: 80%;
196-
height: 80vh;
196+
height: fit-content;
197+
height: 400px;
197198
font-size: 12px;
199+
max-height: 600px;
200+
resize: vertical;
198201
}
199202

200203
input[type="text"] {

0 commit comments

Comments
 (0)