Browse Source
Fix MudBlazor password toggle alignment
pull/25939/head
maliming
4 days ago
No known key found for this signature in database
GPG Key ID: A646B9CB645ECEA4
1 changed files with
3 additions and
3 deletions
-
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; |
|
|
|
} |
|
|
|
|