mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 01:05:49 +01:00
5 lines
114 B
CSS
5 lines
114 B
CSS
|
|
.dropdown-item .description {
|
||
|
|
font-size: small;
|
||
|
|
color: var(--muted-text-color);
|
||
|
|
white-space: normal;
|
||
|
|
}
|