Adjust gauge chart stories
This commit is contained in:
parent
72ca69811c
commit
070f1003e2
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue