diff --git a/src/main/webapp/resources/biz/common/css/index.css b/src/main/webapp/resources/biz/common/css/index.css index 7eefb1ef..f8e3baa4 100644 --- a/src/main/webapp/resources/biz/common/css/index.css +++ b/src/main/webapp/resources/biz/common/css/index.css @@ -1760,12 +1760,17 @@ div.layoutWrapper > footer { div.dashboard { display: grid; - grid-template-columns : repeat(4,24%); + grid-template-columns : repeat(4,18rem); + grid-template-rows: repeat(auto-fill,11rem); grid-auto-flow: row; grid-column-gap: 10px; grid-row-gap: 10px; } +div.dashboard .card { + height: 100%; +} + div.chartArea { grid-column: span 2; }