mirror of
https://github.com/zadam/trilium.git
synced 2026-02-23 14:14:25 +01:00
fix(breadcrumb): text overflow when width is constrained
This commit is contained in:
parent
4caca56e3b
commit
e8e7568bdc
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user