Confirm dialog UL text align

This commit is contained in:
Yurii
2026-06-23 19:32:13 +03:00
parent 02cf4467e0
commit be728b989a

View File

@@ -261,6 +261,12 @@
.dialog-confirm > .modal-dialog > .modal-content {
text-align: center;
.confirm-message {
> ul {
text-align: start;
}
}
}
@media screen and (min-width: @screen-sm-min) {