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…
Reference in New Issue