Skip to content

Commit

Permalink
fix alert sizing for "no TVL chart" warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkunz committed Sep 13, 2023
1 parent 59f4a04 commit ceee74c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ for the same hovered date. Also displays a time-bucket selector.
.no-chart-data {
padding-block: 2rem;
padding-inline: calc((100vw - min(70ch, 90vw)) / 2);
padding-inline: calc((100% - 70ch) / 2);
border-bottom: 1px solid #999;
}
</style>

0 comments on commit ceee74c

Please sign in to comment.