diff options
| author | Mark Otto <[email protected]> | 2020-10-22 15:06:52 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-10-23 01:06:52 +0300 |
| commit | 594efec0f1e81cce7d315eecb9c47cc1e3cff543 (patch) | |
| tree | bded93e1405a04799c51a497bdf4964b1ff0d254 /site | |
| parent | 0b5fc69a4e4a8bbc4795d3a50a2a54acc66832f7 (diff) | |
| download | bootstrap-594efec0f1e81cce7d315eecb9c47cc1e3cff543.tar.xz bootstrap-594efec0f1e81cce7d315eecb9c47cc1e3cff543.zip | |
Don't wrap the code snippets in our docs (#31679)
Co-authored-by: XhmikosR <[email protected]>
Diffstat (limited to 'site')
| -rw-r--r-- | site/assets/scss/_component-examples.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/site/assets/scss/_component-examples.scss b/site/assets/scss/_component-examples.scss index 13e25bfc8..9e3e1c653 100644 --- a/site/assets/scss/_component-examples.scss +++ b/site/assets/scss/_component-examples.scss @@ -283,6 +283,7 @@ padding: 0; margin-top: .65rem; margin-bottom: .65rem; + white-space: pre; background-color: transparent; border: 0; } @@ -290,6 +291,7 @@ pre code { @include font-size(inherit); color: $gray-900; // Effectively the base text color + word-wrap: normal; } } |
