0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Merge pull request #18734 from tagliala/fix-highlight-docs

Fix margins in highlighted code in docs
This commit is contained in:
Mark Otto 2016-01-05 20:48:13 -08:00
commit 3c009add3b

View File

@ -314,7 +314,7 @@
.highlight {
padding: 1rem;
margin: 1rem -1rem;
margin: 1rem (-$grid-gutter-width / 2);
background-color: #f7f7f9;
@include media-breakpoint-up(sm) {