Fixes css error due to recent merge.

This commit is contained in:
mateuswetah 2021-09-01 22:22:00 -03:00
parent 9faad304c0
commit b48300de16
1 changed files with 3 additions and 0 deletions

View File

@ -508,6 +508,9 @@
.tainacan-form .field:not(:last-child) {
margin-bottom: 1em;
}
.tainacan-form /deep/ .control-label {
white-space: normal;
}
.metadata-form-section {
margin: 0.5em 0;
position: relative;