UX: flex horizontal form controls (#20098)

This commit is contained in:
chapoi 2023-01-31 12:38:44 +01:00 committed by GitHub
parent 258471e7f2
commit 15b546978f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -155,6 +155,8 @@ input {
} }
.controls { .controls {
display: flex;
align-items: center;
margin-left: 160px; margin-left: 160px;
} }
} }