Skip to content

Commit

Permalink
Set wordwrap on article title
Browse files Browse the repository at this point in the history
  • Loading branch information
mchugh19 committed Apr 13, 2024
1 parent afe3df0 commit 8565620
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/feed-display/FeedItemRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ export default Vue.extend({
color: var(--color-text-lighter);
flex-grow: 1;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
overflow: visible;
overflow-wrap: break-word;
white-space: normal;
}
.feed-item-row .title-container.unread {
Expand Down

0 comments on commit 8565620

Please sign in to comment.