@sis-cc/dotstatsuite-visions 7.18.1 → 7.18.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -204,7 +204,7 @@ var ChartConfig = function ChartConfig(_ref) {
|
|
|
204
204
|
),
|
|
205
205
|
React.createElement(
|
|
206
206
|
Grid,
|
|
207
|
-
{ item: true, xs: 12, md:
|
|
207
|
+
{ item: true, xs: 12, md: 4, container: true, alignContent: 'flex-start' },
|
|
208
208
|
React.createElement(
|
|
209
209
|
Grid,
|
|
210
210
|
{ item: true, xs: 12 },
|
|
@@ -257,7 +257,7 @@ var ChartConfig = function ChartConfig(_ref) {
|
|
|
257
257
|
),
|
|
258
258
|
_react2.default.createElement(
|
|
259
259
|
_Grid2.default,
|
|
260
|
-
{ item: true, xs: 12, md:
|
|
260
|
+
{ item: true, xs: 12, md: 4, container: true, alignContent: 'flex-start' },
|
|
261
261
|
_react2.default.createElement(
|
|
262
262
|
_Grid2.default,
|
|
263
263
|
{ item: true, xs: 12 },
|