diff --git a/public/css/print.css b/public/css/print.css index 32e5c5a80..738af5d3e 100644 --- a/public/css/print.css +++ b/public/css/print.css @@ -68,11 +68,26 @@ html[dir='rtl'] .right-column { margin-top: 8px; } -.print-template .ml-1 +html[dir='ltr'] .print-template .ml-1 { margin-left: 8px; } +html[dir='rtl'] .print-template .ml-1 +{ + margin-right: 8px; +} + +html[dir='ltr'] .print-template .ml-2 +{ + margin-right: 16px; +} + +html[dir='rtl'] .print-template .ml-2 +{ + margin-left: 16px; +} + .pl-head { padding-left: 18px; diff --git a/resources/views/components/transactions/template/default.blade.php b/resources/views/components/transactions/template/default.blade.php index f5137ada9..1af4ee0a4 100644 --- a/resources/views/components/transactions/template/default.blade.php +++ b/resources/views/components/transactions/template/default.blade.php @@ -368,11 +368,8 @@
- {{ trans($textAmount) }} - | - -+ | + {{ trans($textAmount) }} @money($transaction->amount, $transaction->currency_code, true) |