Skip to content

Commit

Permalink
add overflow-wrap on ft-list-item (FreeTubeApp#6731)
Browse files Browse the repository at this point in the history
  • Loading branch information
ozrendev authored Feb 10, 2025
1 parent 5e16102 commit 83d99dd
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 83d99dd

Please sign in to comment.