Merge: client: fix charts height

Closes #2944

Squashed commit of the following:

commit c8c6a0533df0123f458603cc204f1f796b9e59d8
Author: Ildar Kamalov <ik@adguard.com>
Date:   Tue Apr 13 10:56:02 2021 +0300

    client: fix charts height
This commit is contained in:
Ildar Kamalov 2021-04-13 11:19:45 +03:00
parent 90f96eafe8
commit 6410feeb45

View File

@ -112,6 +112,8 @@
}
.card-wrap {
display: flex;
flex-direction: column;
height: 100%;
}