mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
Don't let a long plugin output make the whole container horizontally scrollable
fixes #8941
This commit is contained in:
parent
902c00e836
commit
a524b1433e
@ -23,7 +23,7 @@ table.action {
|
||||
border-collapse: separate;
|
||||
border-spacing: 1px;
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
table-layout: fixed !important;
|
||||
margin: 0;
|
||||
color: @colorTextDefault;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user