Updates records list css.

This commit is contained in:
mateuswetah 2021-07-27 11:53:52 -03:00
parent c57a364c20
commit f69ccbc9be
2 changed files with 9 additions and 0 deletions

View File

@ -202,6 +202,11 @@
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
clear: none;
&::after {
clear: none;
}
}
.metadata-value {

View File

@ -158,6 +158,10 @@
font-weight: 700;
color: var(--tainacan-info-color);
clear: none;
&::after {
clear: none;
}
}
.metadata-value {