Skip to content

Commit

Permalink
fix: use break-word for note list item title; closes #873 (#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Feb 16, 2022
1 parent 71c7ee1 commit 3373a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/_notes.scss
Expand Up @@ -147,7 +147,7 @@
}

.name {
word-break: break-all;
word-break: break-word;
margin-right: 0.5rem;
}

Expand Down

0 comments on commit 3373a47

Please sign in to comment.