Hide geometry field label in asset and log page top region.

This commit is contained in:
Michael Stenta 2021-09-09 14:25:48 -04:00
parent 7e67a71c06
commit 3d6161453f
1 changed files with 6 additions and 0 deletions

View File

@ -2,3 +2,9 @@
.layout--twocol .layout__region {
margin-bottom: 1em;
}
/* Hide geometry field label in asset and log page top region. */
body.path-asset .layout__region--top .field--name-geometry .field__label,
body.path-log .layout__region--top .field--name-geometry .field__label {
display: none;
}