Fix: fix occasional error toast overflow (#8552)

This commit is contained in:
shamoon 2024-12-24 23:11:48 -08:00 committed by GitHub
parent 93f2ef45f5
commit 3520a83c2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,8 +17,8 @@
<div>
<p class="ms-2 mb-0">{{toast.content}}</p>
@if (toast.error) {
<details>
<div class="mt-2">
<details class="ms-2">
<div class="mt-2 ms-n4 me-n2 small">
@if (isDetailedError(toast.error)) {
<dl class="row mb-0">
<dt class="col-sm-3 fw-normal text-end">URL</dt>