Soft-wrap file name in sidebar

If your using the original file tree, this might work"

.nav-file-title-content, .nav-folder-title-content {
    white-space: normal;    /* This produces the text wrapping */
}

.nav-file-title {
    color: #f8c537;         /* Color for files */
}

.nav-folder-title {
    color: #f83a598;       /* Color for folders */
}
1 Like