layout.scss: allow .form-field to be hidden with .hidden

This commit is contained in:
Alice Gaudon 2021-03-30 14:27:03 +02:00
parent 12f82f0f3d
commit faa728aacb
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ form {
padding: 8px 16px;
text-align: center;
.form-field {
.form-field:not(.hidden) {
display: flex;
flex-direction: column;
margin: 16px auto;