style(MetricTable): fill container height

This commit is contained in:
Alexander Klein 2021-02-21 13:25:27 +01:00
parent 20932a4a11
commit a981fa30c7

View File

@ -1,6 +1,7 @@
.container {
position: relative;
min-height: 430px;
height: 100%;
font-size: var(--font-size-small);
display: flex;
flex-direction: column;