Change button locations on confirmation dialog

This commit is contained in:
2021-10-03 15:59:39 +01:00
parent 80e7c24811
commit 1fc85f44b2

View File

@@ -10,5 +10,5 @@
} }
.confirmation-dialog > .button-container { .confirmation-dialog > .button-container {
justify-content: flex-end; justify-content: space-between;
} }