mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 16:25:51 +01:00
9 lines
162 B
CSS
9 lines
162 B
CSS
.dropdown-item .description {
|
|
font-size: small;
|
|
color: var(--muted-text-color);
|
|
white-space: normal;
|
|
}
|
|
|
|
.dropdown-item span.bx {
|
|
flex-shrink: 0;
|
|
} |