@hipay/hipay-material-ui 2.3.0-rc.PSYCHE-2530-2 → 2.3.0-rc.PSYCHE-2530-3
Sign up to get free protection for your applications and to get access to all the features.
@@ -364,14 +364,18 @@ function (_React$Component) {
|
|
364
364
|
|
365
365
|
}, _react.default.createElement("div", {
|
366
366
|
className: classes.root,
|
367
|
+
style: containerWidth < 364 ? {
|
368
|
+
flexDirection: 'column'
|
369
|
+
} : {},
|
367
370
|
ref: function ref(container) {
|
368
371
|
_this3.container = container;
|
369
372
|
}
|
370
373
|
}, _react.default.createElement("div", {
|
371
374
|
className: classes.select,
|
372
375
|
style: containerWidth < 364 ? {
|
373
|
-
|
374
|
-
paddingBottom: 8
|
376
|
+
minWidth: '100%',
|
377
|
+
paddingBottom: 8,
|
378
|
+
paddingRight: 0
|
375
379
|
} : {}
|
376
380
|
}, _react.default.createElement(_HiSelectField.default, (0, _extends2.default)({
|
377
381
|
disabled: disabled,
|
@@ -364,14 +364,18 @@ function (_React$Component) {
|
|
364
364
|
|
365
365
|
}, _react.default.createElement("div", {
|
366
366
|
className: classes.root,
|
367
|
+
style: containerWidth < 364 ? {
|
368
|
+
flexDirection: 'column'
|
369
|
+
} : {},
|
367
370
|
ref: function ref(container) {
|
368
371
|
_this3.container = container;
|
369
372
|
}
|
370
373
|
}, _react.default.createElement("div", {
|
371
374
|
className: classes.select,
|
372
375
|
style: containerWidth < 364 ? {
|
373
|
-
|
374
|
-
paddingBottom: 8
|
376
|
+
minWidth: '100%',
|
377
|
+
paddingBottom: 8,
|
378
|
+
paddingRight: 0
|
375
379
|
} : {}
|
376
380
|
}, _react.default.createElement(_HiSelectField.default, (0, _extends2.default)({
|
377
381
|
disabled: disabled,
|
package/package.json
CHANGED