obsidianotion icon indicating copy to clipboard operation
obsidianotion copied to clipboard

Vault Name is not Showing Properly in Spaces

Open itskavin opened this issue 1 year ago • 1 comments

image

as you can see in this image the file and folder name is not showing fully im using make.md plugin

itskavin avatar Nov 30 '24 11:11 itskavin

Any plan to fix this @diegoeis

@kavinthangavel Adding a custom CSS like this will fix this:

.mk-tree-section .mk-tree-text {
  flex-basis: 100%;
}

Maybach91 avatar Mar 06 '25 10:03 Maybach91