seanwcom/Red-Graphite-for-Obsidian

wrap .nav-file-title & .nav-folder-title

Closed this issue · 0 comments

MacOS 11.6; Obsidian 0.12.19; Red-Graphite theme/
I cannot find a means of wrapping the title of files and folders in the Navigation bar. At one point the following worked, but it doesn't work anymore. Would appreciate any advice, and thanks in advance.

/* Wrap long nav text */
.nav-file-title,
.nav-folder-title {
white-space: normal;
}

/* Indent wrapped text */
.nav-file-title-content,
.nav-folder-title-content {
margin-left: 10px;
text-indent: -10px;
}