Fix: input[aria-invalid] text overlaps the icon #35

This commit is contained in:
Lucas Larroche 2021-10-23 23:32:09 +07:00
parent b40a9277f2
commit 6363f84087
7 changed files with 12 additions and 7 deletions

View file

@ -223,7 +223,12 @@ select,
textarea {
&[aria-invalid] {
padding-right: 2rem;
@if $enable-important {
padding-right: 2rem !important;
}
@else {
padding-right: 2rem;
}
background-position: center right .75rem;
background-repeat: no-repeat;
background-size: 1rem auto;