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 {
color: #666;
margin-top: 6px;
white-space: pre;
white-space: pre-wrap;
}
}
#rawLogArea {