est-ensemble: do not limit password widgets width (#85820)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Serghei Mihai 2024-01-18 11:21:54 +01:00
parent 82de29cde0
commit 61c02c92eb
1 changed files with 4 additions and 0 deletions

View File

@ -111,6 +111,10 @@ div.gru-nav li.menu-est-ensemble {
}
}
.block-password .widget {
max-width: initial;
}
@media ($min-desktop-viewport) {
#login-page {
display: flex;