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/lib/card.js +2 -2
- package/lib/index.js +2 -2
- package/package.json +1 -1
- package/themes/essay.scss +5 -1
package/package.json
CHANGED
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: -
|
|
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;
|