Use display: table instead of height: fit-content

This commit is contained in:
montana 2019-06-18 11:26:22 -04:00
parent 8fea19b18d
commit b0130b04ef

View File

@ -64,7 +64,7 @@
margin-left: $gap * 6;
margin-top: $gap * 3;
width: 35%;
height: fit-content;
display: table;
background-color: $color-gray-lightest;
}