mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
add max width to listtable label
This commit is contained in:
parent
d948e122ea
commit
1b43aa8d37
1 changed files with 3 additions and 1 deletions
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue