Merge pull request #3 from MVA-Global-Fret/migration-brevo

confirmation.html: center button text in action row
This commit is contained in:
Melissa 2026-05-06 16:57:18 +02:00 committed by GitHub
commit 8f51ef794a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -96,6 +96,8 @@
}
.confirmation-card .actions .btn {
flex: 1 1 200px;
justify-content: center;
text-align: center;
}
.confirmation-card .loader {
display: inline-block;