Merge pull request #485 from AGuyNamedJens/patch-1
Fixes line-breaks on Description when creation a server
This commit is contained in:
commit
1ac1295e43
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