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