We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0beb11b commit 42c3f1fCopy full SHA for 42c3f1f
1 file changed
packages/docusaurus-theme-openapi/src/theme/ApiDemoPanel/Curl/styles.module.css
@@ -10,7 +10,8 @@
10
border-radius: var(--openapi-card-border-radius)
11
var(--openapi-card-border-radius) 2px 2px;
12
display: flex;
13
- justify-content: flex-end;
+ justify-content: center;
14
+ flex-wrap: wrap;
15
}
16
17
.buttonGroup button {
@@ -59,7 +60,6 @@
59
60
/* border-radius: 0.25rem; */
61
62
display: block;
- width: 100%;
63
64
/* margin: 2px; */
65
margin: var(--margin);
0 commit comments