@doenet/doenetml-iframe 0.7.21-dev.361 → 0.7.21-dev.363

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
@@ -2,7 +2,7 @@
2
2
  "name": "@doenet/doenetml-iframe",
3
3
  "type": "module",
4
4
  "description": "A renderer for DoenetML contained in an iframe",
5
- "version": "0.7.21-dev.361",
5
+ "version": "0.7.21-dev.363",
6
6
  "license": "AGPL-3.0-or-later",
7
7
  "homepage": "https://github.com/Doenet/DoenetML#readme",
8
8
  "repository": {
package/style.css CHANGED
@@ -1,3 +1,7 @@
1
+ .inline {
2
+ display: inline;
3
+ }
4
+
1
5
  .overline {
2
6
  text-decoration-line: overline;
3
7
  }
@@ -294,6 +298,9 @@
294
298
  Tailwind base is purposely not included because we want all styles to be prefixed. We manually copy in whatever is needed from tailwind preflight.
295
299
  @tailwind base;
296
300
  */
301
+ .inline {
302
+ display: inline;
303
+ }
297
304
  .overline {
298
305
  text-decoration-line: overline;
299
306
  }