Skip to content

Commit a50b022

Browse files
committed
Fix UI - Small Screen #9
1 parent 7a50b63 commit a50b022

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

public/styles/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,14 @@ textarea {
197197

198198
textarea {
199199
font-size: 12px;
200+
height: inherit;
200201
resize: none;
201202
}
202203

203204
.editnote {
204205
margin-bottom: 3px;
205-
height: calc(100% - 40px);
206+
height: calc(100% - 50px);
207+
margin-bottom: 10px;
206208
}
207209

208210
input[type="text"] {

0 commit comments

Comments
 (0)