@inseefr/lunatic 2.4.6-helpDecla → 2.4.6-overflow

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.
@@ -59,14 +59,14 @@
59
59
  }
60
60
 
61
61
  .lunatic-combo-box-selected {
62
- height: 34px;
62
+ height: 42px;
63
63
  line-height: 34px;
64
64
  background-color: var(--color-combo-box-background);
65
65
  border-radius: 5px;
66
66
  padding-left: 4px;
67
67
  @include selection();
68
68
  outline: none;
69
-
69
+ overflow-y: hidden;
70
70
  display: block;
71
71
  @include placeholder();
72
72
 
@@ -134,6 +134,7 @@
134
134
  fill: white;
135
135
  width: 16px;
136
136
  height: 16px;
137
+ margin: auto;
137
138
  }
138
139
  }
139
140
  }
@@ -19,9 +19,6 @@ var renderers = function renderers(otherProps) {
19
19
  return {
20
20
  p: function p(props) {
21
21
  return /*#__PURE__*/(0, _jsxRuntime.jsx)("p", {
22
- style: {
23
- margin: '0'
24
- },
25
22
  children: props.children
26
23
  });
27
24
  },
@@ -1,3 +1,4 @@
1
1
  .lunatic-icon {
2
2
  display: flex;
3
+ align-items: center;
3
4
  }
@@ -8,10 +8,17 @@
8
8
  height: 1.875rem;
9
9
  }
10
10
  }
11
- .HELP {
12
- margin: 1em;
13
- color: #0f417a;
14
- }
15
- span.HELP > p {
16
- padding: 10px;
11
+
12
+ .HELP p,
13
+ .INSTRUCTION p,
14
+ .COMMENT p,
15
+ .STATEMENT p {
16
+ margin: 10px;
17
+ font-size: 12px;
18
+ font-family: "Roboto", "Helvetica", "Arial", sans-serif;
17
19
  }
20
+
21
+ .HELP p,
22
+ .INSTRUCTION p {
23
+ color: #0f417a;
24
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inseefr/lunatic",
3
- "version": "2.4.6-helpDecla",
3
+ "version": "2.4.6-overflow",
4
4
  "workersVersion": "0.2.5-experimental",
5
5
  "description": "Library of questionnaire components",
6
6
  "repository": {