Fix columns breaking in some rare occasions
This commit is contained in:
parent
aa6970d7c1
commit
c92fe506fb
|
@ -452,6 +452,8 @@
|
|||
}
|
||||
}
|
||||
.s-item-collection--metadata{
|
||||
height: 100%;
|
||||
|
||||
div {
|
||||
-webkit-column-break-inside: avoid;
|
||||
page-break-inside: avoid;
|
||||
|
|
Loading…
Reference in New Issue