ecomlab-components-next 0.1.112 → 0.1.114

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.
@@ -163,7 +163,7 @@ var QuestionAnswer = exports.QuestionAnswer = function QuestionAnswer(_ref) {
163
163
  href: "#".concat(id)
164
164
  }, /*#__PURE__*/_react["default"].createElement("h3", {
165
165
  id: id,
166
- className: "".concat('article__title ' + 'questions__title-questions', " ", "title__medium"),
166
+ className: 'questions__title-questions'.concat(" ", "title__medium"),
167
167
  maxLength: 20,
168
168
  suppressContentEditableWarning: true,
169
169
  ref: ref
@@ -6,7 +6,7 @@
6
6
  justify-content: center;
7
7
  height: 100%;
8
8
  max-height: 100%;
9
- width: auto;
9
+ width: 100%;
10
10
  max-width: 100%;
11
11
  border-radius: 10px;
12
12
  overflow: hidden;
@@ -25,6 +25,7 @@
25
25
  display: flex;
26
26
  align-items: center;
27
27
  justify-content: center;
28
+ width: 100%;
28
29
  height: 100%;
29
30
  position: relative;
30
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecomlab-components-next",
3
- "version": "0.1.112",
3
+ "version": "0.1.114",
4
4
  "description": "A set of common and reusable React components",
5
5
  "main": "dist/index.js",
6
6
  "files": [