0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-17 14:54:30 +01:00

Docs: fix unnecessary right-margin for example code blocks (#39246)

This commit is contained in:
Christian Oliff 2023-10-05 19:03:42 +09:00 committed by GitHub
parent 7d66339e98
commit 323f9d6f68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -379,6 +379,10 @@
}
}
.bd-example-snippet .highlight pre {
margin-right: 0;
}
.highlight-toolbar {
background-color: var(--bd-pre-bg);