@citolab/qti-components 6.5.2 → 6.5.3

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.
@@ -2689,3 +2689,6 @@ qti-item-body :where(.prose > :first-child):not(:where([class~="not-prose"],[cla
2689
2689
  qti-item-body :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
2690
2690
  margin-bottom: 0;
2691
2691
  }
2692
+ qti-item-body{
2693
+ max-width: none;
2694
+ }
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "engines": {
13
13
  "node": ">=16.0.0"
14
14
  },
15
- "version": "6.5.2",
15
+ "version": "6.5.3",
16
16
  "type": "module",
17
17
  "main": "dist/index.js",
18
18
  "exports": {