Adjust gauge chart stories

This commit is contained in:
Michael Lange 2020-05-08 17:56:35 -07:00
parent 72ca69811c
commit 070f1003e2
1 changed files with 3 additions and 3 deletions

View File

@ -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 {