Skip to content

Commit

Permalink
ui fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajmajerik committed Mar 22, 2024
1 parent a199fd6 commit 0d22bef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export function SecondaryMetricsTable({
dataSource={tabularSecondaryMetricResults}
/>
) : (
<div className="border rounded bg-bg-light pt-6 pb-8 text-muted">
<div className="border rounded bg-bg-light pt-6 pb-8 text-muted mt-2">
<div className="flex flex-col items-center mx-auto space-y-3">
<IconAreaChart fontSize="30" />
<div className="text-sm text-center text-balance">
Expand Down

0 comments on commit 0d22bef

Please sign in to comment.