fixed bootstrap 3 print issue #293

This commit is contained in:
denisdulici
2018-04-14 10:36:26 +03:00
parent 0e97b95757
commit c6df7e6845
4 changed files with 213 additions and 16 deletions

View File

@ -1,6 +1,11 @@
<html>
@include('partials.admin.head')
@push('css')
<!-- Bootstrap 3 print fix -->
<link rel="stylesheet" href="{{ asset('public/css/bootstrap3-print-fix.css?v=1.2') }}">
@endpush
<body onload="window.print();" class="print-width">
@yield('content')
</body>