@hipay/hipay-material-ui 2.3.0-rc.PSYCHE-2530-2 → 2.3.0-rc.PSYCHE-2530-3
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.
@@ -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