Skip to content

Commit

Permalink
Fix label overflow on breakdown line chart
Browse files Browse the repository at this point in the history
  • Loading branch information
DemogorGod committed Jun 30, 2023
1 parent 9190dc1 commit bcb852a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/pages/overview/components/BreakdownChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ watch(selectedTimeframe, () => {
<h6 class="card_title">
Ethereum Balance
</h6>
<div class="flex items-center gap-[22px]">
<div class="flex flex-wrap items-center gap-[22px]">
<div
v-for="item in data.datasets"
:key="item"
Expand Down

0 comments on commit bcb852a

Please sign in to comment.