Skip to content

Commit

Permalink
Update reverse.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
laurencei authored Mar 7, 2019
1 parent 03e8faa commit bfd0c18
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion resources/views/reverse.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<div style="
<style>
@media print{
.noprint{
display:none;
}
}
</style>
<div class="noprint" style="
position: fixed;
padding: 15px 20px 15px 15px;
min-width: 160px;
Expand Down

0 comments on commit bfd0c18

Please sign in to comment.