add text-break

This commit is contained in:
Barış Soner Uşaklı
2023-07-16 11:27:42 -04:00
parent 2a3d6d5cfb
commit 77b1a1695b

View File

@@ -15,7 +15,7 @@
<div class="card">
<div class="card-body">
<pre style="height: 600px; white-space: break-spaces;">{data}</pre>
<pre class="text-break" style="height: 600px; white-space: break-spaces;">{data}</pre>
</div>
</div>
</div>