Skip to content

Commit 8b8e4c3

Browse files
committed
Fix text area border
1 parent f3f786d commit 8b8e4c3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

static/css/mpg.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,21 @@ code {
44

55
}
66

7+
button, input {
8+
9+
border: 1px solid #ddd;
10+
11+
}
12+
713
.CodeMirror {
814

915
width: 100%;
1016
height: auto;
1117
min-height: 60px;
1218

19+
margin-bottom: 20px;
20+
border: 1px solid #ddd;
21+
1322
font-family: Consolas, monospace;
1423

1524
}

0 commit comments

Comments
 (0)