Merge pull request #41 from palkan/fix-editor-css

fix log wrap
This commit is contained in:
Henry Oswald 2014-02-24 12:07:28 +00:00
commit 20ed215c5c

View file

@ -299,7 +299,7 @@ body.editor {
.small { .small {
color: #666; color: #666;
margin-top: 6px; margin-top: 6px;
white-space: pre; white-space: pre-wrap;
} }
} }
#rawLogArea { #rawLogArea {