Fixed wired shrink issue

This commit is contained in:
WolverinDEV 2020-12-22 15:16:10 +01:00
parent d64842dfa1
commit 87de8d830b

View file

@ -241,6 +241,10 @@
> div {
align-self: center;
}
> div:first-child {
flex-shrink: 0;
}
}
.limit {