2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03: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
+1 -1
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) {