Fix column break bug with few room entries
This commit is contained in:
parent
fc02dce2ed
commit
14ee995a47
|
|
@ -26,6 +26,7 @@
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
break-inside: avoid;
|
||||||
|
|
||||||
&__icon {
|
&__icon {
|
||||||
width: 80px;
|
width: 80px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue