diff --git a/public/css/print.css b/public/css/print.css index 22d1fb26e..4ccf74b59 100644 --- a/public/css/print.css +++ b/public/css/print.css @@ -146,6 +146,10 @@ th, td { font-size: 16px; } +.text-nowrap { + white-space: nowrap; +} + .text-left { text-align: left; } @@ -244,7 +248,7 @@ th, td { .invoice-classic-inline-frame { margin: 0.3% 1% 0.3% 1%; - width: 95 !important%; + width: 95 !important; height: 59px; border: 3px solid #3c3f72; } diff --git a/resources/views/reports/profit_loss/content/footer.blade.php b/resources/views/reports/profit_loss/content/footer.blade.php index 8f96b92a7..713c2f314 100644 --- a/resources/views/reports/profit_loss/content/footer.blade.php +++ b/resources/views/reports/profit_loss/content/footer.blade.php @@ -2,7 +2,7 @@
{{ trans('reports.net_profit') }} | +{{ trans('reports.net_profit') }} | @foreach($class->net_profit as $profit)@money($profit, setting('default.currency'), true) | @endforeach
---|