We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1077361 commit ca6937fCopy full SHA for ca6937f
1 file changed
src/components/ContentShrinker/ContentShrinker.tsx
@@ -40,7 +40,8 @@ export const ContentShrinker = ({ className, children, ...otherOverflowProps }:
40
}
41
return "";
42
})
43
- .join(" ");
+ .join(" ")
44
+ .replaceAll("\n", " ");
45
};
46
47
return (
0 commit comments