mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +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-collapse: separate;
|
||||||
border-spacing: 1px;
|
border-spacing: 1px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
table-layout: fixed;
|
table-layout: fixed !important;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: @colorTextDefault;
|
color: @colorTextDefault;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user