]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: fix unnecessary right-margin for example code blocks (#39246)
authorChristian Oliff <christianoliff@pm.me>
Thu, 5 Oct 2023 10:03:42 +0000 (19:03 +0900)
committerGitHub <noreply@github.com>
Thu, 5 Oct 2023 10:03:42 +0000 (12:03 +0200)
site/assets/scss/_component-examples.scss

index 1d8caed666ccc77853bd2b0d872891d1773504ba..fde8b7f4164ac89a988c6d56bce0b27d968a9572 100644 (file)
   }
 }
 
+.bd-example-snippet .highlight pre {
+  margin-right: 0;
+}
+
 .highlight-toolbar {
   background-color: var(--bd-pre-bg);