Skip to content

Commit e0e79b9

Browse files
authored
fix: run npm audit fix (#153)
1 parent 9833f6a commit e0e79b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/docs/.vitepress/theme/ExampleItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const href = computed(
2727
display: flex;
2828
flex-direction: column;
2929
gap: 4px;
30-
width: 336px;
30+
width: calc((100% - 16px) / 2);
3131
padding: 8px;
3232
line-height: 1em;
3333
font-size: 14px;

0 commit comments

Comments
 (0)