Skip to content

Commit a34bf87

Browse files
committed
fix: handle word-break for scoped variables tippy
1 parent 83405b0 commit a34bf87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/FloatingVariablesSuggestions/SuggestionItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default function SuggestionItem({
5656

5757
return (
5858
<Tippy
59-
className="default-tt"
59+
className="default-tt dc__word-break-all"
6060
content={
6161
<div className="mw-200 flex column dc__content-start dc__align-start">
6262
<div className="flex column dc__content-start dc__align-start">Value</div>

0 commit comments

Comments
 (0)