diff --git a/client/src/components/Dashboard/index.js b/client/src/components/Dashboard/index.js index 07d8f94f..4d229ffb 100644 --- a/client/src/components/Dashboard/index.js +++ b/client/src/components/Dashboard/index.js @@ -82,7 +82,7 @@ const Dashboard = ({ {statsProcessing && } - {!statsProcessing &&
+ {!statsProcessing &&
diff --git a/client/src/components/ui/Card.css b/client/src/components/ui/Card.css index 5930d881..eb8a7963 100644 --- a/client/src/components/ui/Card.css +++ b/client/src/components/ui/Card.css @@ -19,7 +19,7 @@ max-height: 17.5rem; } -.card-table-overflow--limited.clients__table { +.dashboard .card-table-overflow--limited { max-height: 18rem; } @@ -122,6 +122,12 @@ } } +@media (min-width: 992px) { + .dashboard .card:not(.card--full) { + height: 22rem; + } +} + .card .logs__cell--red { background-color: #fff4f2; }