From d9b5aba52c70ba6ea8c7c8cb61c1cd8ee8f57dc3 Mon Sep 17 00:00:00 2001 From: maliming Date: Mon, 10 Aug 2026 11:00:48 +0800 Subject: [PATCH] Fix MudBlazor password toggle alignment --- .../Volo.Abp.MudBlazorUI/wwwroot/volo.abp.mudblazorui.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/framework/src/Volo.Abp.MudBlazorUI/wwwroot/volo.abp.mudblazorui.css b/framework/src/Volo.Abp.MudBlazorUI/wwwroot/volo.abp.mudblazorui.css index ad77b28421..61601954a9 100644 --- a/framework/src/Volo.Abp.MudBlazorUI/wwwroot/volo.abp.mudblazorui.css +++ b/framework/src/Volo.Abp.MudBlazorUI/wwwroot/volo.abp.mudblazorui.css @@ -124,10 +124,10 @@ .abp-password-field .abp-password-visibility-toggle { position: absolute; inset-inline-end: 0; - top: 30px; + top: 38px; transform: translateY(-50%); } -.abp-password-field .mud-input-slot { - padding-inline-end: 40px; +.abp-password-field .mud-input:not(.mud-select-input) .mud-input-slot.mud-input-root { + padding-inline-end: 40px !important; }