@coorpacademy/components 10.29.3 → 10.29.4

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.
@@ -165,7 +165,7 @@ _:-ms-fullscreen, :root .correctionPopinWrapper {
165
165
  }
166
166
 
167
167
  @media mobile {
168
- .questionOrigin, .question, .help, .answerContainer {
168
+ .questionOrigin, .question, .help {
169
169
  max-width: 90%;
170
170
  }
171
171
 
@@ -177,4 +177,10 @@ _:-ms-fullscreen, :root .correctionPopinWrapper {
177
177
  transform: translate3d(0, 0, 0);
178
178
  }
179
179
  }
180
+
181
+ .answerContainer {
182
+ width: 100%;
183
+ max-width: unset;
184
+ justify-content: unset;
185
+ }
180
186
  }
@@ -165,7 +165,7 @@ _:-ms-fullscreen, :root .correctionPopinWrapper {
165
165
  }
166
166
 
167
167
  @media mobile {
168
- .questionOrigin, .question, .help, .answerContainer {
168
+ .questionOrigin, .question, .help {
169
169
  max-width: 90%;
170
170
  }
171
171
 
@@ -177,4 +177,10 @@ _:-ms-fullscreen, :root .correctionPopinWrapper {
177
177
  transform: translate3d(0, 0, 0);
178
178
  }
179
179
  }
180
+
181
+ .answerContainer {
182
+ width: 100%;
183
+ max-width: unset;
184
+ justify-content: unset;
185
+ }
180
186
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "10.29.3",
3
+ "version": "10.29.4",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -157,5 +157,5 @@
157
157
  "last 2 versions",
158
158
  "IE 11"
159
159
  ],
160
- "gitHead": "e485a161a6ae3f5ec8c90b2619a0aacabdb2e891"
160
+ "gitHead": "33b0221c4d08271046b8ef30112582719d1038ee"
161
161
  }