Skip to content

Commit

Permalink
fix(form): bad rendering when printing from the service catalog
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Jun 9, 2020
1 parent 542bfb3 commit 0efd014
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion css/print_form.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@

.form-group {
margin: 20px 10px;
break-inside: avoid-page;
page-break-inside: avoid;
page-break-after:auto;
}

.form_field {
Expand Down Expand Up @@ -133,3 +134,16 @@ label[for] {
height:16px;
width:16px;
}

#c_menu, #header_top {
display: none;
}

#page.plugin_formcreator_page {
margin: 0;
width: auto;
}

#page.plugin_formcreator_page {
height: auto;
}

0 comments on commit 0efd014

Please sign in to comment.