Center the buttons in the footer of the dialog modal
This commit is contained in:
parent
bdca708992
commit
121e49a8ea
|
@ -79,7 +79,7 @@
|
|||
border-top: 1px solid $fallback--border;
|
||||
border-top: 1px solid var(--border, $fallback--border);
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
justify-content: center;
|
||||
|
||||
button {
|
||||
width: auto;
|
||||
|
|
|
@ -999,7 +999,7 @@
|
|||
"repeat_confirm": "Do you really want to repeat this status?",
|
||||
"repeat_confirm_title": "Repeat confirmation",
|
||||
"repeat_confirm_accept_button": "Repeat",
|
||||
"repeat_confirm_cancel_button": "Do not repeat",
|
||||
"repeat_confirm_cancel_button": "Cancel",
|
||||
"delete": "Delete status",
|
||||
"delete_error": "Error deleting status: {0}",
|
||||
"edit": "Edit status",
|
||||
|
|
Loading…
Reference in New Issue