Fix unrelated linting errors

This commit is contained in:
Maximilian Harz 2024-10-29 11:12:20 +01:00
parent 0ae4881805
commit b14d873c9f
3 changed files with 5 additions and 7 deletions

View File

@ -97,9 +97,7 @@ export default {
position: absolute; position: absolute;
width: 0; width: 0;
border-radius: inherit; border-radius: inherit;
transition: transition: width 0.5s ease-in-out, background 0.25s;
width 0.5s ease-in-out,
background 0.25s;
} }
.password-strength-meter-inner { .password-strength-meter-inner {