diff --git a/src/form/form-item/form-item.component.scss b/src/form/form-item/form-item.component.scss index 51a2509f2..d7ba17a78 100644 --- a/src/form/form-item/form-item.component.scss +++ b/src/form/form-item/form-item.component.scss @@ -22,17 +22,19 @@ $form-item-width: ( &--top { flex-direction: column; - .aui-form-item__label-wrapper { - line-height: use-var(line-height-m); - margin-bottom: use-var(spacing-s); + .aui-form-item { + &__label-wrapper { + line-height: use-var(line-height-m); + margin-bottom: use-var(spacing-s); + } - &:after { + &__label-wrapper:after { display: none; } - } - .aui-form-item__label { - line-height: use-var(line-height-m); + &__label { + line-height: use-var(line-height-m); + } } }