Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
style(consultation): override flex display
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Dec 11, 2022
1 parent 3da4881 commit f5815c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pages/consultation/form.page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,13 @@
@apply text-lg;
}

.main {
display: block;
}

.form-page {
break-inside: auto;

.signatures {
page-break-after: always;
-moz-page-break-after: always;
Expand Down

0 comments on commit f5815c6

Please sign in to comment.