diff options
| author | Mark Otto <[email protected]> | 2016-01-05 20:48:13 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-01-05 20:48:13 -0800 |
| commit | 3c009add3b0b3d8c13445f570dd9be663c3b5fdc (patch) | |
| tree | b16b3499a30f719f318d80725089f85e095dbb31 /docs | |
| parent | eb26e69a854ac05e3dbaef29153d2ed552c4e5ac (diff) | |
| parent | ac77f5843a76b833afd7e8f70f55e2c4bf712725 (diff) | |
| download | bootstrap-3c009add3b0b3d8c13445f570dd9be663c3b5fdc.tar.xz bootstrap-3c009add3b0b3d8c13445f570dd9be663c3b5fdc.zip | |
Merge pull request #18734 from tagliala/fix-highlight-docs
Fix margins in highlighted code in docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/scss/_component-examples.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/scss/_component-examples.scss b/docs/assets/scss/_component-examples.scss index 73bb8e2bd..5fbb7453c 100644 --- a/docs/assets/scss/_component-examples.scss +++ b/docs/assets/scss/_component-examples.scss @@ -314,7 +314,7 @@ .highlight { padding: 1rem; - margin: 1rem -1rem; + margin: 1rem (-$grid-gutter-width / 2); background-color: #f7f7f9; @include media-breakpoint-up(sm) { |
