fix(style): white space wrap in code block with comment
This commit is contained in:
@@ -37,7 +37,7 @@ code, pre, .highlight table, .highlight tr, .highlight td {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight, .gist {
|
.highlight {
|
||||||
font-family: $code-font-family;
|
font-family: $code-font-family;
|
||||||
font-size: $code-font-size;
|
font-size: $code-font-size;
|
||||||
|
|
||||||
@@ -49,6 +49,10 @@ code, pre, .highlight table, .highlight tr, .highlight td {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
|
|
||||||
|
span.c {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -209,6 +213,20 @@ code, pre, .highlight table, .highlight tr, .highlight td {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.gist {
|
.gist {
|
||||||
|
font-family: $code-font-family;
|
||||||
|
font-size: $code-font-size;
|
||||||
|
|
||||||
|
.table-wrapper {
|
||||||
|
> table,
|
||||||
|
> table thead,
|
||||||
|
> table tr,
|
||||||
|
> table td {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
border: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.gist-file, .gist-data, .gist-meta {
|
.gist-file, .gist-data, .gist-meta {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user