mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Responsive CSS updates.
This commit is contained in:
parent
106fe90e26
commit
c95aa4aa56
21 changed files with 124 additions and 73 deletions
|
|
@ -24,7 +24,6 @@ export default function MetricsTable({
|
|||
dataFilter,
|
||||
filterOptions,
|
||||
limit,
|
||||
headerComponent,
|
||||
renderLabel,
|
||||
onDataLoad = () => {},
|
||||
onExpand = () => {},
|
||||
|
|
@ -85,7 +84,6 @@ export default function MetricsTable({
|
|||
<>
|
||||
<div className={styles.header}>
|
||||
<div className={styles.title}>{title}</div>
|
||||
{headerComponent}
|
||||
<div className={styles.metric} onClick={handleSetFormat}>
|
||||
{metric}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue