mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 14:24:41 +02:00
Revert "Fix style issues with long plugin output"
This reverts commit c73ddcff424c70f4e391e1b494ea1d943ecb9896. Sorry, break-all is not a solution and looks terrible. Might be used as a fallback for browsers with buggy hyphens, but not as a default for every plugin output. No human being wants to read text formatted that way. refs #10820
This commit is contained in:
parent
c73ddcff42
commit
601592dbf8
@ -427,10 +427,6 @@ 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,7 +77,6 @@
|
||||
font-family: @font-family-fixed;
|
||||
font-size: @font-size-small;
|
||||
margin: 0;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
// Table for performance data in detail views
|
||||
|
Loading…
x
Reference in New Issue
Block a user