Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 98bf0af

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /