mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +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
|
||||
>
|
||||
<Row alignItems="center">
|
||||
<Text>{label}</Text>
|
||||
<Text truncate={true} style={{ maxWidth: '400px' }}>
|
||||
{label}
|
||||
</Text>
|
||||
</Row>
|
||||
<Row alignItems="center" height="30px" justifyContent="flex-end">
|
||||
{change}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue