Skip to content

Commit 5cafc8b

Browse files
kaja-osojniklukaw3d
authored andcommitted
Remove grey background overflow indicator
1 parent ee557fb commit 5cafc8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/AdaptiveTrimmer/AdaptiveDynamicTrimmer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const AdaptiveDynamicTrimmer: FC<AdaptiveDynamicTrimmerProps> = ({
8989
)
9090

9191
return (
92-
<span ref={textRef} className="max-w-full overflow-x-hidden">
92+
<span ref={textRef} className="max-w-full">
9393
<MaybeWithTooltip
9494
title={title}
9595
spanClassName={cn('whitespace-nowrap', isFinal ? 'opacity-100' : 'opacity-0')}

0 commit comments

Comments
 (0)