Skip to content
This repository was archived by the owner on Jun 16, 2021. It is now read-only.

Commit a460b8f

Browse files
committed
Merge pull request #21 from keeshux/master
Enforce monospace in JSON textarea
2 parents 8b1ef6d + 11aa1f2 commit a460b8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

c/css/screen.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ h1.compress {
1010
background-color: #EEEEEE;
1111
border: 1px solid #EEEEEE;
1212
padding: 0 !important;
13+
font-family: monospace;
1314
}
1415

1516
.json_input:focus {

0 commit comments

Comments
 (0)