Skip to content

Commit

Permalink
Minor style added to dev tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesús Ángel González committed Jun 19, 2018
1 parent 285df52 commit 0df81fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/utils/codemirror/codemirror.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
height: 300px;
color: black;
direction: ltr;
border-top: 1px solid #ddd
}

/* PADDING */
Expand Down Expand Up @@ -281,6 +282,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}

.CodeMirror-code {
outline: none;
line-height: 18px;
}

/* Force content-box sizing for the elements where we expect it */
Expand Down

0 comments on commit 0df81fa

Please sign in to comment.