Global style change.
This commit is contained in:
parent
5dc4ffce2e
commit
2dda4cc679
|
@ -1,3 +1,6 @@
|
||||||
|
:global{
|
||||||
|
@import 'node_modules/office-ui-fabric-react/dist/css/fabric.css';
|
||||||
|
}
|
||||||
.dataLabel {
|
.dataLabel {
|
||||||
padding-right: 3px;
|
padding-right: 3px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
@ -75,7 +78,6 @@
|
||||||
}
|
}
|
||||||
.chartContainer {
|
.chartContainer {
|
||||||
height: 350px;
|
height: 350px;
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
.chart {
|
.chart {
|
||||||
height: 358px !important;
|
height: 358px !important;
|
||||||
|
|
Loading…
Reference in New Issue