Skip to content

Commit

Permalink
Set a minimum width for the code editor.
Browse files Browse the repository at this point in the history
- 82em = 2em for the gutter + 80em for the code.
  • Loading branch information
coreh committed Jan 16, 2012
1 parent cbb9aed commit 7fb9c74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/css/style.css
Expand Up @@ -351,6 +351,7 @@ body {
#content .CodeMirror-scroll {
height: auto;
overflow: visible;
min-width: 82em;
}

#lightbox {
Expand Down

0 comments on commit 7fb9c74

Please sign in to comment.