1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-27 15:19:52 +02:00

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>
This commit is contained in:
Patrick H. Lauke
2020-09-02 07:17:53 +01:00
committed by GitHub
parent 7326232b0e
commit 0e007e697e
2 changed files with 8 additions and 8 deletions

View File

@@ -233,8 +233,8 @@
pre {
padding: 0;
margin-top: 0;
margin-bottom: 0;
margin-top: .65rem;
margin-bottom: .65rem;
background-color: transparent;
border: 0;
}