Fix columns breaking in some rare occasions

This commit is contained in:
leogermani 2019-05-23 14:31:46 -03:00
parent aa6970d7c1
commit c92fe506fb
1 changed files with 2 additions and 0 deletions

View File

@ -452,6 +452,8 @@
}
}
.s-item-collection--metadata{
height: 100%;
div {
-webkit-column-break-inside: avoid;
page-break-inside: avoid;