Skip to content

Commit

Permalink
preline description
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinGab committed Aug 7, 2024
1 parent 89da32c commit 89b997e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion resources/views/default.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@
.has-border-bottom-light {
border-bottom: 1px solid #f4f4f4;
}
.preline {
white-space: pre-line;
}
</style>
</head>

Expand Down Expand Up @@ -436,7 +440,7 @@

@if ($invoice->description)
<p class="mb-1"><strong>{{ __('invoices::invoice.description') }}</strong></p>
<p>{!! $invoice->description !!}</p>
<p class="preline">{!! $invoice->description !!}</p>
@endif

</div>
Expand Down

0 comments on commit 89b997e

Please sign in to comment.