Fix for linebreaks not working on description
Please, if you know how to insert this as a CSS class. Tell me
This commit is contained in:
parent
597d283779
commit
1ca40b30fd
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@
|
|||
</div>
|
||||
<div class="mt-2 mb-2">
|
||||
<span class="card-text text-muted">{{ __('Description') }}</span>
|
||||
<p class="card-text" x-text="product.description"></p>
|
||||
<p class="card-text" style="white-space:pre" x-text="product.description"></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt-auto border rounded border-secondary">
|
||||
|
|
Loading…
Add table
Reference in a new issue