Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick H. Lauke <redux@splintered.co.uk>2020-09-02 09:17:53 +0300
committerGitHub <noreply@github.com>2020-09-02 09:17:53 +0300
commit0e007e697e15c1016de1c7761ea69dcf53852457 (patch)
treeabb8395c2b2c7919a365da07d2c9ef977bc85b5d /site/assets/scss/_component-examples.scss
parent7326232b0e3a57ab84bb4241b13fa4c3579c0cfd (diff)
Docs: Add top/bottom margin to highlighted code samples (#31036)
* Add top/bottom margin to highlighted code samples provide more space to avoid having the "Copy" button overlap code sample content * Modify clipboard button style Per https://github.com/twbs/bootstrap/pull/31036#issuecomment-661322566 and https://github.com/twbs/bootstrap/pull/31036#issuecomment-668162630 * Tweak margin, clipboard button size and position Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Diffstat (limited to 'site/assets/scss/_component-examples.scss')
-rw-r--r--site/assets/scss/_component-examples.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/assets/scss/_component-examples.scss b/site/assets/scss/_component-examples.scss
index df735a41b7..4b7aa43552 100644
--- a/site/assets/scss/_component-examples.scss
+++ b/site/assets/scss/_component-examples.scss
@@ -233,8 +233,8 @@
pre {
padding: 0;
- margin-top: 0;
- margin-bottom: 0;
+ margin-top: .65rem;
+ margin-bottom: .65rem;
background-color: transparent;
border: 0;
}