@inseefr/lunatic 0.4.24-v2 → 0.4.25-v2
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.
|
@@ -99,8 +99,8 @@ function ComboBox(_ref) {
|
|
|
99
99
|
value: value,
|
|
100
100
|
selectedIndex: selectedIndex,
|
|
101
101
|
getOptionValue: getOptionValue
|
|
102
|
-
}));
|
|
103
|
-
}, [
|
|
102
|
+
})); // eslint-disable-next-line react-hooks/exhaustive-deps
|
|
103
|
+
}, []);
|
|
104
104
|
var onFocus = (0, _react.useCallback)(function () {
|
|
105
105
|
dispatch(_stateManagement.actions.onFocus());
|
|
106
106
|
}, []);
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
height: 25%;
|
|
12
12
|
width: 50%;
|
|
13
13
|
margin: auto;
|
|
14
|
-
margin-top:
|
|
14
|
+
margin-top: 38vh;
|
|
15
15
|
position: relative;
|
|
16
16
|
border-radius: 8px;
|
|
17
17
|
.body {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
right: 0;
|
|
27
27
|
margin: 0 0.2em 0.2em 0;
|
|
28
28
|
:first-child {
|
|
29
|
-
margin-right: 0.
|
|
29
|
+
margin-right: 0.5em;
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
}
|