Skip to content

Commit

Permalink
Removing height limitation from the document editor container. #1006
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Hunt committed Jun 14, 2016
1 parent 8285b04 commit d44b138
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/sass/pages/_edit-document.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@

.wmd-input {
height:100%;
min-height: 40rem;
}

.wmd-preview {
Expand All @@ -58,7 +59,7 @@

.doc-content-editor {
float:none;
height:40rem;
min-height:40rem;
}
}

Expand Down

0 comments on commit d44b138

Please sign in to comment.