Updates to compound multivalue separator style.
This commit is contained in:
parent
5e1a55d4bb
commit
06e823447f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue