Skip to content

Commit

Permalink
add overflow-wrap on ft-list-item
Browse files Browse the repository at this point in the history
  • Loading branch information
ozrendev committed Feb 2, 2025
1 parent 42a5302 commit 4f52720
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/scss-partials/_ft-list-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ $watched-transition-duration: 0.5s;
grid-area: title;
text-decoration: none;
word-wrap: break-word;
overflow-wrap: anywhere;

@include low-contrast-when-watched(var(--primary-text-color));

Expand Down

0 comments on commit 4f52720

Please sign in to comment.