Adjust gauge chart stories

This commit is contained in:
Michael Lange
2020-05-08 17:56:35 -07:00
parent 83cd585682
commit b3475add53

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 {