mirror of
https://github.com/zadam/trilium.git
synced 2026-03-09 21:50:24 +01:00
fix(breadcrumb): text overflow when width is constrained
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
--link-hover-background: var(--icon-button-hover-background);
|
||||
|
||||
color: var(--custom-color, inherit);
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
||||
&:hover {
|
||||
color: var(--custom-color, inherit);
|
||||
|
||||
Reference in New Issue
Block a user