scss: keep reveal checkbox aligned with password input on login page (#76683)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-04-16 14:06:28 +02:00
parent 8a915839ca
commit d825a27899
1 changed files with 5 additions and 2 deletions

View File

@ -269,8 +269,11 @@ div#consent_banner {
}
}
.block-password input[type=text], .block-password input[type=password] {
width: 25em;
.block-password .widget {
max-width: 25em;
[type=text], [type=password] {
width: 100%;
}
}
ul.logout-list {