This commit is contained in:
Qiang Xue
2013-08-26 08:39:27 -04:00
parent 7150524e33
commit c86d597077
2 changed files with 4 additions and 2 deletions

View File

@@ -147,5 +147,6 @@ ul.trace {
} }
td, th { td, th {
overflow: auto; white-space: pre;
word-wrap: break-word;
} }

View File

@@ -44,7 +44,8 @@ body {
.default-view .sticky-value { .default-view .sticky-value {
padding: 6px 12px; padding: 6px 12px;
background: lightyellow; background: lightyellow;
overflow: auto; white-space: pre;
word-wrap: break-word;
} }
.default-view .form-group label.help { .default-view .form-group label.help {