mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 17:47:08 +01:00
Fix: fix occasional error toast overflow (#8552)
This commit is contained in:
parent
93f2ef45f5
commit
3520a83c2f
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue