Skip to content

Commit 0a1e76a

Browse files
author
rishab
committed
fixed word-wrap
1 parent 493b951 commit 0a1e76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Sidebar.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
.title {
3131
font-size: var(--text-reduced);
3232
padding-top: 20px;
33-
text-wrap: pretty;
33+
overflow-wrap: break-word;
3434
}
3535

3636
.toggleButton {

0 commit comments

Comments
 (0)