aicfe-answer-card 0.2.6 → 0.2.7

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.6",
4
+ "version": "0.2.7",
5
5
  "description": "edu answer card for aicfe",
6
6
  "keywords": [
7
7
  "aicfe",
package/themes/essay.scss CHANGED
@@ -251,6 +251,7 @@
251
251
  font-size: $--ac-font-size-base;
252
252
  color: $--ac-color-text-primary;
253
253
  line-height: 28px;
254
+ word-break: break-all;
254
255
  }
255
256
 
256
257
  @include e(container) {
@@ -262,11 +263,14 @@
262
263
  position: absolute;
263
264
  height: 32px;
264
265
  right: 0;
265
- top: -32px;
266
+ top: -22px;
266
267
  z-index: 1;
267
268
  display: flex;
268
269
  align-items: center;
269
270
  visibility: hidden;
271
+ background-color: white;
272
+ border-radius: 4px;
273
+ padding-left: 4px;
270
274
 
271
275
  > span {
272
276
  font-size: $--ac-font-size-base;