#[BUG] Tooltip width set width is not rendered correctly
15 messages · Page 1 of 1 (latest)
Please provide a sandbox with a minimal reproduction, template – https://codesandbox.io/s/mantine-react-template-q4dd5d?file=/src/App.js
check it now
you have to press save, then it will generate a new URL
copy and paste that URL here
ctrl + s
do u see it ?
yes
<Tooltip.Floating
{/* other props... */}
styles={{ tooltip: { whiteSpace: "normal" } }}
>
https://developer.mozilla.org/en-US/docs/Web/CSS/white-space
ok thnx it works, but it probably still is a bug
yeah seems to be a bug