Skip to content

Commit

Permalink
fix: add support for text overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
udia76 committed Nov 15, 2024
1 parent c27763c commit 9220a9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/components/SpanTooltip/spanTooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
white-space: nowrap;
display: inline-block;
width: 100%;
word-break: break-all;
overflow-wrap: break-word;
}

0 comments on commit 9220a9d

Please sign in to comment.