Skip to content

Commit

Permalink
fix(tooltip): fix text with line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
rivka-ungar committed Jan 5, 2025
1 parent 9261d66 commit ec4b2c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/components/Tooltip/Tooltip.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
background-color: var(--inverted-color-background);
color: var(--text-color-on-inverted);
--tooltip-max-width: 240px;
white-space: pre-wrap;

.image {
display: block;
Expand Down

0 comments on commit ec4b2c7

Please sign in to comment.