mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Docs: fix unnecessary right-margin for example code blocks (#39246)
This commit is contained in:
parent
7d66339e98
commit
323f9d6f68
@ -379,6 +379,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bd-example-snippet .highlight pre {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.highlight-toolbar {
|
.highlight-toolbar {
|
||||||
background-color: var(--bd-pre-bg);
|
background-color: var(--bd-pre-bg);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user