mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 16:24:55 +00:00
UX: add flex alignment for form actions (#20240)
This commit is contained in:
parent
ae03d25cdd
commit
47abe61994
@ -203,7 +203,7 @@
|
||||
</div>
|
||||
|
||||
<div class="control-group">
|
||||
<div class="controls">
|
||||
<div class="controls -actions">
|
||||
<DButton
|
||||
@class="btn-primary"
|
||||
@type="submit"
|
||||
|
@ -156,6 +156,11 @@ input {
|
||||
|
||||
.controls {
|
||||
margin-left: 160px;
|
||||
|
||||
&.-actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user