add max width to listtable label
This commit is contained in:
@@ -117,7 +117,9 @@ const AnimatedRow = ({
|
|||||||
gap
|
gap
|
||||||
>
|
>
|
||||||
<Row alignItems="center">
|
<Row alignItems="center">
|
||||||
<Text>{label}</Text>
|
<Text truncate={true} style={{ maxWidth: '400px' }}>
|
||||||
|
{label}
|
||||||
|
</Text>
|
||||||
</Row>
|
</Row>
|
||||||
<Row alignItems="center" height="30px" justifyContent="flex-end">
|
<Row alignItems="center" height="30px" justifyContent="flex-end">
|
||||||
{change}
|
{change}
|
||||||
|
|||||||
Reference in New Issue
Block a user