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 6e92eb2740
commit fe60a611b6
1 changed files with 1 additions and 1 deletions

View File

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