Skip to content

Commit 98bf0af

Browse files
committed
fix: set .buttons to wrap to fix overflowing when there are many buttons side by side
1 parent 0e22dfc commit 98bf0af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/.vitepress/theme/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ html {
22
scroll-behavior: smooth;
33
}
44

5+
.buttons {
6+
flex-wrap: wrap;
7+
}
8+
59
.vp-doc div[class*='language-'] {
610
margin-left: 0;
711
margin-right: 0;

0 commit comments

Comments
 (0)