From 307e17d5bef4081aa0a442635dfa70edbd8c9068 Mon Sep 17 00:00:00 2001 From: habubey Date: Thu, 11 May 2023 17:52:49 +0300 Subject: [PATCH] Fix #10: Material Theme FloatLabel issue --- themes/material/extensions/_float_label.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/material/extensions/_float_label.scss b/themes/material/extensions/_float_label.scss index c5a032b..50906ec 100644 --- a/themes/material/extensions/_float_label.scss +++ b/themes/material/extensions/_float_label.scss @@ -32,7 +32,7 @@ textarea.p-filled ~ label, .p-inputwrapper-focus ~ label, .p-inputwrapper-filled ~ label { - top: .25rem !important; + top: -1.25rem !important; margin-top: 0; background: transparent; }