mirror of
https://github.com/zadam/trilium.git
synced 2025-10-06 13:39:51 +08:00
style/toasts: prevent long text from overflowing
This commit is contained in:
parent
c08b30a060
commit
7d3a672b55
1 changed files with 2 additions and 0 deletions
|
@ -325,6 +325,8 @@ body.mobile .dropdown-menu .dropdown-item.submenu-open .dropdown-toggle::after {
|
||||||
|
|
||||||
#toast-container .toast .toast-body {
|
#toast-container .toast .toast-body {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue