fix: order in the view of the signatures in the certificate when choice print

This commit is contained in:
Beto Fandino
2023-07-10 18:13:33 -04:00
parent e770d8beef
commit ab4db05f98

View File

@@ -281,6 +281,13 @@
@include text-align(center);
}
@media print{
.list-signatories{
justify-content: center;
display: inline-flex !important;
}
}
.signatory {
display: inline-block;
vertical-align: middle;