fix: use break-word for note list item title; closes #873 (#875)

This commit is contained in:
Aman Harwara
2022-02-16 22:13:45 +05:30
committed by GitHub
parent 71c7ee1bec
commit 3373a47da4

View File

@@ -147,7 +147,7 @@
}
.name {
word-break: break-all;
word-break: break-word;
margin-right: 0.5rem;
}