dashboard: stop overflow by fixing table layout #2595

This commit is contained in:
Franco Fichtner 2018-08-01 20:57:30 +02:00
parent 1a915fe80c
commit 50a49ee6d4
2 changed files with 8 additions and 0 deletions

View File

@ -948,3 +948,7 @@ div[data-for*="help_for"] {
margin-top: 0px;
margin-bottom: 0px;
}
.dashboard_grid_column table {
table-layout: fixed;
}

View File

@ -7657,3 +7657,7 @@ div[data-for*=help_for] {
margin-top: 0px;
margin-bottom: 0px;
}
.dashboard_grid_column table {
table-layout: fixed;
}