@hanology/cham-browser 0.4.39 → 0.4.40

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanology/cham-browser",
3
- "version": "0.4.39",
3
+ "version": "0.4.40",
4
4
  "description": "CHAM — browser-compatible parser, serializer, and site generator for Classical Han Annotated Markdown",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -470,6 +470,7 @@ onBeforeUnmount(() => {
470
470
  overflow-y: hidden;
471
471
  overflow-x: auto;
472
472
  flex: 1;
473
+ min-width: 0;
473
474
  }
474
475
 
475
476
  .ann-card.vertical .ann-entry {