Updates to compound multivalue separator style.

This commit is contained in:
mateuswetah 2021-11-19 17:24:58 -03:00
parent 5e1a55d4bb
commit 06e823447f
1 changed files with 4 additions and 1 deletions

View File

@ -581,7 +581,7 @@
.multivalue-separator {
display: block;
max-height: 1px;
width: 70px;
width: 45%;
background: #cbcbcb;
content: none;
color: transparent;
@ -601,6 +601,9 @@
margin-top: 0rem;
margin-bottom: 0.5rem;
}
&>.multivalue-separator {
margin: 0.5em auto 1.0em -1.5em;
}
}
.tainacan-relationship-group {
.tainacan-relationship-metadatum {