diff --git a/src/views/admin/components/metadata-types/compound/Compound.vue b/src/views/admin/components/metadata-types/compound/Compound.vue index 7c7759ced..ea5009dd7 100644 --- a/src/views/admin/components/metadata-types/compound/Compound.vue +++ b/src/views/admin/components/metadata-types/compound/Compound.vue @@ -12,50 +12,51 @@ - - - - - - - - - - {{ $i18n.get('label_remove_value') }} - - - - - - - {{ $i18n.get('info_no_value_compound_metadata') }} - - - - - - - - {{ $i18n.get('label_add_value') }} - - + + + + + + + + + + {{ $i18n.get('label_remove_value') }} + + + + + {{ $i18n.get('info_no_value_compound_metadata') }} + + + + + + {{ $i18n.get('label_add_value') }} + + @@ -246,7 +247,7 @@ margin-left: 3px; margin-bottom: 0.875em; } - .field:last-of-type { + .is-last-input.field { border-bottom: none; } .add-link { @@ -254,7 +255,7 @@ } .multiple-inputs hr { background-color: var(--tainacan-gray2); - margin-left: -38px; + margin: 6px 0px 12px -38px; width: calc(100% + 38px); height: 1px; }
- {{ $i18n.get('info_no_value_compound_metadata') }} -
+ {{ $i18n.get('info_no_value_compound_metadata') }} +