Don't let a long plugin output make the whole container horizontally scrollable

fixes #8941
This commit is contained in:
Alexander A. Klimov 2015-05-20 13:48:51 +02:00
parent 902c00e836
commit a524b1433e
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}