mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add more snippets
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user