From 6410feeb45c810d08d82e70928070ecb715da12d Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Tue, 13 Apr 2021 11:19:45 +0300 Subject: [PATCH] Merge: client: fix charts height Closes #2944 Squashed commit of the following: commit c8c6a0533df0123f458603cc204f1f796b9e59d8 Author: Ildar Kamalov Date: Tue Apr 13 10:56:02 2021 +0300 client: fix charts height --- client/src/components/ui/Card.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/components/ui/Card.css b/client/src/components/ui/Card.css index b70c9b9d..9e649264 100644 --- a/client/src/components/ui/Card.css +++ b/client/src/components/ui/Card.css @@ -112,6 +112,8 @@ } .card-wrap { + display: flex; + flex-direction: column; height: 100%; }