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

View File

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