mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 08:07:12 +01:00
Code cleanup.
This commit is contained in:
parent
a8534a9d4d
commit
8484fd26e1
27 changed files with 183 additions and 162 deletions
|
|
@ -111,14 +111,7 @@ const AnimatedRow = ({
|
|||
});
|
||||
|
||||
return (
|
||||
<Grid
|
||||
columns="1fr 50px 50px"
|
||||
paddingLeft="2"
|
||||
alignItems="center"
|
||||
hoverBackgroundColor="2"
|
||||
borderRadius
|
||||
gap
|
||||
>
|
||||
<Grid columns="1fr 50px 50px" paddingLeft="2" alignItems="center" borderRadius gap>
|
||||
<Row alignItems="center">
|
||||
<Text truncate={true} style={{ maxWidth: isPhone ? '200px' : '400px' }}>
|
||||
{label}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue