Use display: table instead of height: fit-content
This commit is contained in:
parent
8fea19b18d
commit
b0130b04ef
@ -64,7 +64,7 @@
|
||||
margin-left: $gap * 6;
|
||||
margin-top: $gap * 3;
|
||||
width: 35%;
|
||||
height: fit-content;
|
||||
display: table;
|
||||
background-color: $color-gray-lightest;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user