Skip to content

Commit

Permalink
Merge pull request openedx#32720 from eduNEXT/JF/fix_certificate_palm
Browse files Browse the repository at this point in the history
fix: order in the view of the signatures in the certificate when choice print
  • Loading branch information
deborahgu authored Sep 26, 2023
2 parents 0a63691 + b9e1819 commit bbacdc8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lms/static/certificates/sass/_layouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bbacdc8

Please sign in to comment.