Apply suggestion from @CommanderStorm

This commit is contained in:
Frank Elsinga 2026-01-18 14:08:32 +01:00 committed by GitHub
parent 3b1e9c01c7
commit 87bf2247b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -302,9 +302,10 @@ export default {
}
.strength-meter {
height: 5px;
height: 8px;
width: 85%;
background-color: #e0e0e0;
border-radius: 3px;
border-radius: 8px;
overflow: hidden;
}