armentieres: do not force height of checkboxes in login form (#76879)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-04-21 15:43:24 +02:00
parent d586c4a056
commit 37a2ca6ed2
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
.block-password {
input {
input:not([type=checkbox]) {
height: 45px;
border:none;
box-shadow: none;