Skip to content

Commit

Permalink
fix(ui): BundleAssetsTotalsChart - update bar height
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Sep 28, 2019
1 parent d6e7c45 commit 42b61be
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
color: var(--color-gray);
}

.item:first-child .itemChart {
height: var(--space-xxxlarge);
.itemChart {
height: var(--space-large);
}

.itemTooltip {
Expand Down

0 comments on commit 42b61be

Please sign in to comment.