Modal: truncate long title

environments/review-long-name-6ais1j/deployments/3299
Alex Gleason 1 year ago
parent ac9653a89f
commit 9f2540c5c3
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -102,7 +102,7 @@ const Modal = React.forwardRef<HTMLDivElement, IModal>(({
'flex-row-reverse': closePosition === 'left',
})}
>
<h3 className='grow text-lg font-bold leading-6 text-gray-900 dark:text-white'>
<h3 className='grow truncate text-lg font-bold leading-6 text-gray-900 dark:text-white'>
{title}
</h3>

Loading…
Cancel
Save