mirror of
https://github.com/zadam/trilium.git
synced 2026-02-24 22:54:28 +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);
|
--link-hover-background: var(--icon-button-hover-background);
|
||||||
|
|
||||||
color: var(--custom-color, inherit);
|
color: var(--custom-color, inherit);
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: var(--custom-color, inherit);
|
color: var(--custom-color, inherit);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user