specra 0.2.5 → 0.2.6

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.
@@ -441,7 +441,8 @@ pre code {
441
441
  border: 1px solid var(--border);
442
442
  border-radius: 0.75rem;
443
443
  overflow: hidden;
444
- width: 100%;
444
+ width: max-content;
445
+ max-width: 100%;
445
446
  margin-top: 1rem;
446
447
  margin-bottom: 1rem;
447
448
  display: block;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specra",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "A modern documentation library for SvelteKit with built-in versioning, API reference generation, full-text search, and MDX support",
5
5
  "svelte": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",