UX: flex horizontal form controls (#20098)
This commit is contained in:
parent
258471e7f2
commit
15b546978f
|
@ -155,6 +155,8 @@ input {
|
||||||
}
|
}
|
||||||
|
|
||||||
.controls {
|
.controls {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
margin-left: 160px;
|
margin-left: 160px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue