@hanology/cham-browser 0.4.47 → 0.4.48

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.47",
3
+ "version": "0.4.48",
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",
@@ -225,7 +225,6 @@ const paragraphsHtml = computed(() => {
225
225
  border-bottom: none;
226
226
  }
227
227
  .sb-vertical .sb-ann-head {
228
- flex-direction: column;
229
228
  align-items: flex-start;
230
229
  gap: 4px;
231
230
  }