diff --git a/frontend/src/app/features/content/shared/forms/content-field.component.scss b/frontend/src/app/features/content/shared/forms/content-field.component.scss index 2d1052149..a6221050e 100644 --- a/frontend/src/app/features/content/shared/forms/content-field.component.scss +++ b/frontend/src/app/features/content/shared/forms/content-field.component.scss @@ -27,16 +27,19 @@ &-inner { background: $color-white; - height: 2.125rem; } &-buttons { - @include absolute(-.75rem, 6.5rem, null, 0); + @include absolute(100%, 0); + margin: 0; + margin-top: -8px; overflow: hidden; } &-buttons-compare { - @include absolute(-.75rem, 0, null, 0); + @include absolute(100%, 0); + margin: 0; + margin-top: -9px; overflow: hidden; } } diff --git a/frontend/src/app/features/content/shared/forms/field-editor.component.html b/frontend/src/app/features/content/shared/forms/field-editor.component.html index d3cd0c073..608b560b0 100644 --- a/frontend/src/app/features/content/shared/forms/field-editor.component.html +++ b/frontend/src/app/features/content/shared/forms/field-editor.component.html @@ -1,7 +1,7 @@