add max width to listtable label

This commit is contained in:
Francis Cao 2025-10-07 11:22:58 -07:00
parent d948e122ea
commit 1b43aa8d37

View file

@ -117,7 +117,9 @@ const AnimatedRow = ({
gap
>
<Row alignItems="center">
<Text>{label}</Text>
<Text truncate={true} style={{ maxWidth: '400px' }}>
{label}
</Text>
</Row>
<Row alignItems="center" height="30px" justifyContent="flex-end">
{change}