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

Commit

Permalink
Merge pull request #21 from keeshux/master
Browse files Browse the repository at this point in the history
Enforce monospace in JSON textarea
  • Loading branch information
closacco committed Aug 14, 2015
2 parents 8b1ef6d + 11aa1f2 commit a460b8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions c/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ h1.compress {
background-color: #EEEEEE;
border: 1px solid #EEEEEE;
padding: 0 !important;
font-family: monospace;
}

.json_input:focus {
Expand Down

0 comments on commit a460b8f

Please sign in to comment.