mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
parent
4c97fb7d01
commit
c73ddcff42
@ -427,6 +427,10 @@ form.instance-features span.description, form.object-features span.description {
|
|||||||
border-left: 5px solid @gray-lighter;
|
border-left: 5px solid @gray-lighter;
|
||||||
padding: 0.66em 0.33em;
|
padding: 0.66em 0.33em;
|
||||||
|
|
||||||
|
&.preformatted {
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
|
|
||||||
.state-critical {
|
.state-critical {
|
||||||
background-color: @color-critical;
|
background-color: @color-critical;
|
||||||
color: @body-bg-color;
|
color: @body-bg-color;
|
||||||
|
@ -77,6 +77,7 @@
|
|||||||
font-family: @font-family-fixed;
|
font-family: @font-family-fixed;
|
||||||
font-size: @font-size-small;
|
font-size: @font-size-small;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Table for performance data in detail views
|
// Table for performance data in detail views
|
||||||
|
Loading…
x
Reference in New Issue
Block a user