Modal: truncate long title
This commit is contained in:
parent
ac9653a89f
commit
9f2540c5c3
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ const Modal = React.forwardRef<HTMLDivElement, IModal>(({
|
||||||
'flex-row-reverse': closePosition === 'left',
|
'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}
|
{title}
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue