Skip to content

Commit

Permalink
Adjust gauge chart stories
Browse files Browse the repository at this point in the history
  • Loading branch information
DingoEatingFuzz committed May 13, 2020
1 parent 83cd585 commit b3475ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/app/styles/storybook.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,17 +125,17 @@
}

.chart-container {
width: 150px;
width: 200px;
padding: 15px;
border: 1px solid $ui-gray-200;
display: inline-block;

&.is-small {
width: 100px;
width: 150px;
}

&.is-large {
width: 200px;
width: 250px;
}

&.is-xlarge {
Expand Down

0 comments on commit b3475ad

Please sign in to comment.