Fix: fix occasional error toast overflow

This commit is contained in:
shamoon 2024-12-24 23:09:38 -08:00
parent 8291ec17d4
commit 241ff5ac28
No known key found for this signature in database

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>