Fix alignment of labels in order form
This commit is contained in:
parent
305e248310
commit
3b7b9e5134
@ -199,4 +199,10 @@ form {
|
|||||||
form>* {
|
form>* {
|
||||||
margin: 0.5em 1em;
|
margin: 0.5em 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
label {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user