diff --git a/client/src/components/ui/Card.css b/client/src/components/ui/Card.css index cef0e71d..5930d881 100644 --- a/client/src/components/ui/Card.css +++ b/client/src/components/ui/Card.css @@ -16,7 +16,11 @@ .card-table-overflow--limited { overflow-y: auto; - max-height: 280px; + max-height: 17.5rem; +} + +.card-table-overflow--limited.clients__table { + max-height: 18rem; } .card-actions {