Commit c86d5970 by Qiang Xue

css fix.

parent 7150524e
...@@ -147,5 +147,6 @@ ul.trace { ...@@ -147,5 +147,6 @@ ul.trace {
} }
td, th { td, th {
overflow: auto; white-space: pre;
word-wrap: break-word;
} }
...@@ -44,7 +44,8 @@ body { ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment