Skip to content

Commit 9a93828

Browse files
committed
Ensure buttonGroups are properly aligned on mobile
1 parent 951fc9b commit 9a93828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/src/scss/code-block.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ pre.prism-code {
370370
[class*="buttonGroup"],
371371
.ai-button-group {
372372
right: auto;
373-
left: 0;
373+
left: 16px;
374374
}
375375

376376
[class*="codeBlockTitle"] {

0 commit comments

Comments
 (0)