mirror of
https://github.com/zadam/trilium.git
synced 2025-12-13 19:04:25 +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;
|
font-size: 0.75em;
|
||||||
background-color: var(--color, --badge-background-color);
|
background-color: var(--color, --badge-background-color);
|
||||||
color: white;
|
color: white;
|
||||||
|
min-width: 0;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
&.clickable {
|
&.clickable {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user