fix it again so you can have blankspace aswell

This commit is contained in:
Jozef Bonnar 2022-08-09 03:47:02 +01:00 committed by GitHub
parent 7aeedd0a2b
commit b33a72289c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -205,7 +205,7 @@
</div>
<div class="mt-2 mb-2">
<span class="card-text text-muted">{{ __('Description') }}</span>
<p class="card-text" style="white-space:normal" x-text="product.description"></p>
<p class="card-text" style="white-space:pre-wrap" x-text="product.description"></p>
</div>
</div>
<div class="mt-auto border rounded border-secondary">