Skip to content

Commit

Permalink
fix: avoid popper tooltip text from overflowing (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinCupela committed Oct 7, 2022
1 parent b4dda3c commit 1b8e043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/styles/Tooltip/Tooltip-layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
display: flex;
padding: var(--str-chat__spacing-2);
z-index: 1;
word-break: normal;
max-width: calc(var(--str-chat__spacing-px) * 150);
width: max-content;
}

0 comments on commit 1b8e043

Please sign in to comment.