More css to improve theme compatibility with geo-coordinate metadatum.
This commit is contained in:
parent
a8cd4e85b0
commit
cec04fd51d
|
@ -574,6 +574,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.tainacan-compound-group {
|
.tainacan-compound-group {
|
||||||
|
width: 100%;
|
||||||
padding-left: 1.5rem;
|
padding-left: 1.5rem;
|
||||||
border-left: 1px solid #dbdbdb;
|
border-left: 1px solid #dbdbdb;
|
||||||
|
|
||||||
|
@ -589,6 +590,9 @@
|
||||||
&>.multivalue-separator {
|
&>.multivalue-separator {
|
||||||
margin: 0.5em auto 1.0em -1.5em;
|
margin: 0.5em auto 1.0em -1.5em;
|
||||||
}
|
}
|
||||||
|
&>.tainacan-compound-metadatum {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.tainacan-relationship-group {
|
.tainacan-relationship-group {
|
||||||
.tainacan-relationship-metadatum {
|
.tainacan-relationship-metadatum {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue