Is there a way to see the entire filename of each note in the sidebar? #150
carolinaqzx
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
This works for me: /* --- wrap titles in File Explorer --- */
.nav-file-title-content, .nav-folder-title-content {
overflow: visible;
word-wrap: break-word;
white-space: pre-wrap;
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now I can only see trimmed file names in the sidebar, so that each note takes up one line. However, it is important that I see the entire file name. Can I do this using CSS? I know this is an option in the minimal theme, but I much rather use AnuPpuccin :)
Beta Was this translation helpful? Give feedback.
All reactions