Skip to content

Commit

Permalink
fix(core): auto break words in notification
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Oct 21, 2023
1 parent 6e72fbb commit 1042fd4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@

.t-content {
flex: 1;
overflow: hidden;
word-wrap: break-word;
color: var(--tui-text-01);
}

0 comments on commit 1042fd4

Please sign in to comment.