From f3755ddb0849bc2f6c4a289ce60cc9ac7efc0fe8 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Thu, 9 Aug 2018 17:20:11 +0100 Subject: [PATCH] fix placeholder align problem in form --- lib/core/form/components/widgets/amount/amount.widget.scss | 2 +- .../form/components/widgets/container/container.widget.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/core/form/components/widgets/amount/amount.widget.scss b/lib/core/form/components/widgets/amount/amount.widget.scss index e2120c81e7..3ac51bc004 100644 --- a/lib/core/form/components/widgets/amount/amount.widget.scss +++ b/lib/core/form/components/widgets/amount/amount.widget.scss @@ -32,7 +32,7 @@ max-width: 100%; .mat-form-field-label-wrapper { - top: 0 !important; + top: 34px !important; left: 13px; } } diff --git a/lib/core/form/components/widgets/container/container.widget.scss b/lib/core/form/components/widgets/container/container.widget.scss index 014d83cf52..58466f7096 100644 --- a/lib/core/form/components/widgets/container/container.widget.scss +++ b/lib/core/form/components/widgets/container/container.widget.scss @@ -63,7 +63,7 @@ } .mat-form-field-label-wrapper { - top: 5px !important; + top: 22px !important; } .mat-input-placeholder {