style/toasts: prevent long text from overflowing

This commit is contained in:
Adorian Doran 2025-08-29 21:36:09 +03:00
parent c08b30a060
commit 7d3a672b55

View file

@ -325,6 +325,8 @@ body.mobile .dropdown-menu .dropdown-item.submenu-open .dropdown-toggle::after {
#toast-container .toast .toast-body {
flex-grow: 1;
overflow: hidden;
text-overflow: ellipsis;
}
/*