Fix .inline-fields alignment

This commit is contained in:
Alice Gaudon 2020-07-27 17:29:52 +02:00
parent ffe92674e5
commit 3b94b9818c
1 changed files with 2 additions and 1 deletions

View File

@ -348,6 +348,7 @@ form {
display: block;
padding: 32px 8px 8px 8px;
width: 100%;
height: 60px;
}
select {
@ -426,7 +427,7 @@ form {
.inline-fields {
display: flex;
flex-direction: row;
align-items: center;
align-items: start;
margin: 16px auto;
.form-field {