aicfe-answer-card 0.1.10 → 0.1.11

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.1.10",
4
+ "version": "0.1.11",
5
5
  "description": "edu answer card for aicfe",
6
6
  "keywords": [
7
7
  "aicfe",
package/themes/essay.scss CHANGED
@@ -143,6 +143,7 @@
143
143
  font-size: $--ac-font-size-small;
144
144
  color: $--ac-color-text-primary;
145
145
  line-height: calc(var(--row-height) * 2 + 10px);
146
+ white-space: nowrap;
146
147
 
147
148
  &:not(.is-first-column) {
148
149
  border-left: none;
@@ -241,6 +242,7 @@
241
242
  line-height: calc(var(--row-height) * 2 + 10px);
242
243
  font-size: $--ac-font-size-small;
243
244
  color: $--ac-color-text-primary;
245
+ white-space: nowrap;
244
246
  }
245
247
  }
246
248