Fix: warp long words in toast content (#10839)

This commit is contained in:
shamoon
2025-09-12 06:56:40 -07:00
committed by GitHub
parent 44b8c4881a
commit c4346124c3

View File

@@ -17,7 +17,7 @@
<i-bs width="0.9em" height="0.9em" name="exclamation-triangle"></i-bs>
}
<div>
<p class="ms-2 mb-0">{{toast.content}}</p>
<p class="ms-2 mb-0 text-break">{{toast.content}}</p>
@if (toast.error) {
<details class="ms-2">
<div class="mt-2 ms-n4 me-n2 small">