Merge pull request #509 from jozefbonnar/development

Fixes text overflow
This commit is contained in:
Dennis 2022-08-09 07:36:04 +02:00 committed by GitHub
commit 9ba95c407b
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:pre" 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">