mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-14 13:25:23 +08:00
css fix.
This commit is contained in:
@@ -147,5 +147,6 @@ ul.trace {
|
|||||||
}
|
}
|
||||||
|
|
||||||
td, th {
|
td, th {
|
||||||
overflow: auto;
|
white-space: pre;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user