mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
dashboard: stop overflow by fixing table layout #2595
This commit is contained in:
parent
1a915fe80c
commit
50a49ee6d4
@ -948,3 +948,7 @@ div[data-for*="help_for"] {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.dashboard_grid_column table {
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
@ -7657,3 +7657,7 @@ div[data-for*=help_for] {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.dashboard_grid_column table {
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user