mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 05:22:02 +00:00
refactor(FE): Truncate delivery document name in MovementForm
This commit is contained in:
@@ -1562,7 +1562,9 @@ const MovementForm = ({ type = 'add', initialValues }: MovementFormProps) => {
|
||||
width={20}
|
||||
height={20}
|
||||
/>
|
||||
{delivery.document.name}
|
||||
<span className='truncate max-w-[200px]'>
|
||||
{delivery.document.name}
|
||||
</span>
|
||||
</Button>
|
||||
) : (
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user