@sis-cc/dotstatsuite-visions 7.20.8 → 7.20.9
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.
package/es/Dataflow/Dataflow.js
CHANGED
|
@@ -26,7 +26,6 @@ import { isLast } from '../Chips/utils';
|
|
|
26
26
|
var useStyles = makeStyles(function (theme) {
|
|
27
27
|
return {
|
|
28
28
|
card: {
|
|
29
|
-
width: '100%',
|
|
30
29
|
borderBottom: '1px solid ' + theme.palette.grey[700],
|
|
31
30
|
padding: theme.spacing(0, 0, 2, 0),
|
|
32
31
|
'& em': {
|
|
@@ -111,7 +110,7 @@ var useStyles = makeStyles(function (theme) {
|
|
|
111
110
|
justifyContent: 'space-between'
|
|
112
111
|
},
|
|
113
112
|
mainContent: {
|
|
114
|
-
|
|
113
|
+
minWidth: '200px',
|
|
115
114
|
margin: theme.spacing(0, 0.5)
|
|
116
115
|
},
|
|
117
116
|
mutedText: {
|
package/lib/Dataflow/Dataflow.js
CHANGED
|
@@ -87,7 +87,6 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
|
|
|
87
87
|
var useStyles = (0, _styles.makeStyles)(function (theme) {
|
|
88
88
|
return {
|
|
89
89
|
card: {
|
|
90
|
-
width: '100%',
|
|
91
90
|
borderBottom: '1px solid ' + theme.palette.grey[700],
|
|
92
91
|
padding: theme.spacing(0, 0, 2, 0),
|
|
93
92
|
'& em': {
|
|
@@ -172,7 +171,7 @@ var useStyles = (0, _styles.makeStyles)(function (theme) {
|
|
|
172
171
|
justifyContent: 'space-between'
|
|
173
172
|
},
|
|
174
173
|
mainContent: {
|
|
175
|
-
|
|
174
|
+
minWidth: '200px',
|
|
176
175
|
margin: theme.spacing(0, 0.5)
|
|
177
176
|
},
|
|
178
177
|
mutedText: {
|