From 21571b45e5424e6fab3e236d0bc5c4c8cd89800b Mon Sep 17 00:00:00 2001 From: Maurizio Vitale Date: Wed, 24 Jan 2018 13:16:27 +0100 Subject: [PATCH] Fix margin top (#2875) --- lib/core/form/components/widgets/amount/amount.widget.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/form/components/widgets/amount/amount.widget.scss b/lib/core/form/components/widgets/amount/amount.widget.scss index 397f665796..4e8ea42fbf 100644 --- a/lib/core/form/components/widgets/amount/amount.widget.scss +++ b/lib/core/form/components/widgets/amount/amount.widget.scss @@ -11,7 +11,7 @@ .mat-input-prefix { position: absolute; - margin-top: 42px; + margin-top: 58px; } .mat-input-placeholder {