Skip to content

Commit e698c7f

Browse files
committed
fix alt-text line-breaks
1 parent 23ebdb2 commit e698c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/A11y.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ export const A11y: React.FC<Props> = ({
305305
>
306306
{children}
307307
<Html
308-
style={{ pointerEvents: 'none' }}
308+
style={{ pointerEvents: 'none', minWidth: '300px' }}
309309
position={
310310
// @ts-ignore
311311
children.props.position ? children.props.position : [0, 0, 0]

0 commit comments

Comments
 (0)