💄 prevent input text from bugging into validation indicator

This commit is contained in:
DrMaxNix 2024-02-10 23:05:32 +01:00
parent ae7d38cacc
commit 6910ea0e7a
1 changed files with 3 additions and 0 deletions

View File

@ -622,6 +622,9 @@ span.inline {
position: relative;
width: 100%;
}
.inputwrapper.valid input, .inputwrapper.invalid input {
padding-right: 2.5rem;
}
.inputwrapper.valid::after, .inputwrapper.invalid::after {
position: absolute;
right: 1rem;