From b54ce85d3d5f39957d0a2c3625c04e4936c40d94 Mon Sep 17 00:00:00 2001 From: ArtemBaskal Date: Thu, 3 Sep 2020 20:57:22 +0300 Subject: [PATCH] - client: Fix top clients alignment --- client/src/components/ui/Card.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 {