From 9f876742fba25c72ab217f4b20f1ba7894116c1f Mon Sep 17 00:00:00 2001 From: Patricio Albizu Date: Fri, 4 Jun 2021 15:57:17 -0300 Subject: [PATCH] fix: form field small fix --- projects/components/src/form-field/form-field.component.scss | 2 -- projects/components/src/form-field/form-field.component.ts | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/projects/components/src/form-field/form-field.component.scss b/projects/components/src/form-field/form-field.component.scss index 4fb111ad5..afcd82ee1 100644 --- a/projects/components/src/form-field/form-field.component.scss +++ b/projects/components/src/form-field/form-field.component.scss @@ -1,8 +1,6 @@ @import 'mixins'; .form-field { - padding-top: 8px; - &.optional { margin-bottom: 18px; } diff --git a/projects/components/src/form-field/form-field.component.ts b/projects/components/src/form-field/form-field.component.ts index 1b33d37a7..de1c3c275 100644 --- a/projects/components/src/form-field/form-field.component.ts +++ b/projects/components/src/form-field/form-field.component.ts @@ -7,8 +7,8 @@ import { IconSize } from '../icon/icon-size'; changeDetection: ChangeDetectionStrategy.OnPush, template: `
-
- +
+