refactor(FE): Truncate delivery document name in MovementForm

This commit is contained in:
rstubryan
2026-01-06 19:32:13 +07:00
parent 2fa086bb32
commit 8dfccf25d8
@@ -1562,7 +1562,9 @@ const MovementForm = ({ type = 'add', initialValues }: MovementFormProps) => {
width={20} width={20}
height={20} height={20}
/> />
{delivery.document.name} <span className='truncate max-w-[200px]'>
{delivery.document.name}
</span>
</Button> </Button>
) : ( ) : (
<Button <Button