pl-fe: Do not truncate modal headers
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
2ceb21576f
commit
a1a5df348d
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ const Modal = React.forwardRef<HTMLDivElement, IModal>(({
|
|||
/>
|
||||
)}
|
||||
|
||||
<h3 className='grow truncate text-lg font-bold leading-6 text-gray-900 dark:text-white'>
|
||||
<h3 className='grow text-lg font-bold leading-6 text-gray-900 dark:text-white'>
|
||||
{title}
|
||||
</h3>
|
||||
|
||||
|
|
Loading…
Reference in a new issue