Merge pull request #509 from jozefbonnar/development
Fixes text overflow
This commit is contained in:
commit
9ba95c407b
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" 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">
|
||||
|
|
Loading…
Reference in a new issue