Skip to content

Commit

Permalink
Docs: fix unnecessary right-margin for example code blocks (#39246)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Oct 5, 2023
1 parent 7d66339 commit 323f9d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/assets/scss/_component-examples.scss
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,10 @@
}
}

.bd-example-snippet .highlight pre {
margin-right: 0;
}

.highlight-toolbar {
background-color: var(--bd-pre-bg);

Expand Down

0 comments on commit 323f9d6

Please sign in to comment.