Skip to content

Commit

Permalink
Docs: fix unnecessary right-margin for example code blocks (twbs#39246)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff authored and romankupchak93 committed Jan 5, 2024
1 parent 334ebb3 commit 2934114
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 2934114

Please sign in to comment.