aicfe-answer-card 0.2.14 → 0.2.16

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aicfe-answer-card",
3
3
  "private": false,
4
- "version": "0.2.14",
4
+ "version": "0.2.16",
5
5
  "description": "edu answer card for aicfe",
6
6
  "keywords": [
7
7
  "aicfe",
package/themes/essay.scss CHANGED
@@ -257,6 +257,10 @@
257
257
  @include e(container) {
258
258
  padding: 15px 0;
259
259
  position: relative;
260
+
261
+ &.is-empty {
262
+ padding: 0;
263
+ }
260
264
  }
261
265
 
262
266
  &__tool {