feat: align message box buttons to bottom
This commit is contained in:
parent
e58809b424
commit
2665f29341
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ router.beforeEach((to, from, next) => {
|
|||
|
||||
#message-box-left-elements, #message-box-right-elements {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-items: end;
|
||||
}
|
||||
|
||||
#messages {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue