Skip to content

Commit

Permalink
Merge branch 'Task#107'
Browse files Browse the repository at this point in the history
  • Loading branch information
luizpicolo committed May 30, 2022
2 parents 95b218b + 633f581 commit f4fe58f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/views/report_incidents/create.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
page-break-after: always;
page-break-inside: avoid;
}

div.alwaysbreak { page-break-before: always; }
div.nobreak:before { clear:both; }
div.nobreak{ page-break-inside: avoid; }
</style>

</head>
Expand Down Expand Up @@ -132,6 +136,7 @@
<p>Arquivado na pasta do estudante em: ____ de _____________ de 20___</p>
</div>
</div>
<div></div>
<% end %>
</body>
</html>

0 comments on commit f4fe58f

Please sign in to comment.