choisir directement le nombre de lettre

This commit is contained in:
2024-05-12 11:04:44 +02:00
parent d7e3fe8906
commit 369ca341e2
3 changed files with 22 additions and 21 deletions

View File

@@ -34,6 +34,15 @@ label.option {
display: flex;
align-items: baseline;
gap: 1em;
width: 100%;;
}
label.option * {
width: auto;
}
[type="checkbox"][role="switch"] {
margin: 0;
}
#grille {