open-ask-ai 0.6.4 → 0.6.5

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.
@@ -444,7 +444,8 @@
444
444
  width: 100%;
445
445
  margin: 0.75em 0;
446
446
  border-collapse: collapse;
447
- font-size: 0.9em;
447
+ font-size: inherit;
448
+ line-height: inherit;
448
449
  }
449
450
 
450
451
  .markdown_mNC3q th,
@@ -444,7 +444,8 @@
444
444
  width: 100%;
445
445
  margin: 0.75em 0;
446
446
  border-collapse: collapse;
447
- font-size: 0.9em;
447
+ font-size: inherit;
448
+ line-height: inherit;
448
449
  }
449
450
 
450
451
  .markdown_mNC3q th,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-ask-ai",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
4
4
  "description": "AI-powered Q&A widget for documentation sites",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/index.js",