mirror of
https://github.com/zadam/trilium.git
synced 2025-12-12 18:34:24 +01:00
feat(breadcrumb_badges): make badge not wrap-around
This commit is contained in:
parent
40b5e4d549
commit
52bb4d7a0e
@ -11,6 +11,10 @@
|
||||
font-size: 0.75em;
|
||||
background-color: var(--color, --badge-background-color);
|
||||
color: white;
|
||||
min-width: 0;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
||||
&.clickable {
|
||||
cursor: pointer;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user