Add more snippets

This commit is contained in:
Jeremy Thomas
2017-08-30 21:13:17 +01:00
parent 9b06974cd1
commit 08e082ae07
10 changed files with 56 additions and 121 deletions

View File

@@ -9647,14 +9647,21 @@ html.route-index #carbon {
}
@media screen and (min-width: 769px), print {
.bd-snippet-code {
.bd-snippet-code,
.bd-snippet-code .highlight,
.bd-snippet-code .highlight pre {
align-items: stretch;
display: flex;
flex-direction: column;
}
.bd-snippet-code .highlight {
.bd-snippet-code .highlight,
.bd-snippet-code .highlight pre,
.bd-snippet-code .highlight .language-html {
flex-grow: 1;
}
.bd-snippet-code .highlight pre {
white-space: pre;
}
}
.highlight.bd-is-hovering {