obsidianotion
obsidianotion copied to clipboard
Vault Name is not Showing Properly in Spaces
as you can see in this image the file and folder name is not showing fully im using make.md plugin
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%;
}