parent
4c97fb7d01
commit
c73ddcff42
|
@ -427,6 +427,10 @@ form.instance-features span.description, form.object-features span.description {
|
|||
border-left: 5px solid @gray-lighter;
|
||||
padding: 0.66em 0.33em;
|
||||
|
||||
&.preformatted {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.state-critical {
|
||||
background-color: @color-critical;
|
||||
color: @body-bg-color;
|
||||
|
|
|
@ -77,6 +77,7 @@
|
|||
font-family: @font-family-fixed;
|
||||
font-size: @font-size-small;
|
||||
margin: 0;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
// Table for performance data in detail views
|
||||
|
|
Loading…
Reference in New Issue