Skip to content

Commit

Permalink
Merge pull request #47 from laurencei/patch-1
Browse files Browse the repository at this point in the history
Fix print issue
  • Loading branch information
KABBOUCHI authored Mar 7, 2019
2 parents 03e8faa + bfd0c18 commit 5b44194
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 5b44194

Please sign in to comment.