fix aligning in action-control on big screens
This commit is contained in:
parent
ac8ad3be6c
commit
216040dc36
1 changed files with 4 additions and 0 deletions
|
@ -5673,6 +5673,10 @@ output {
|
|||
.action-controls {
|
||||
display: flex;
|
||||
margin-left: auto;
|
||||
|
||||
.btn {
|
||||
align-self: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue