fix: some console snippets will be incompletely copied
Sample: ```console echo $PATH ```
This commit is contained in:
parent
d96b8811a7
commit
e8e4901e34
1 changed files with 0 additions and 8 deletions
|
@ -66,14 +66,6 @@ html {
|
||||||
font-size: $code-font-size;
|
font-size: $code-font-size;
|
||||||
line-height: 1.4rem;
|
line-height: 1.4rem;
|
||||||
word-wrap: normal; /* Fixed Safari overflow-x */
|
word-wrap: normal; /* Fixed Safari overflow-x */
|
||||||
|
|
||||||
/* set the dollar sign to non-selectable */
|
|
||||||
> .gp:first-child {
|
|
||||||
-webkit-user-select: none;
|
|
||||||
-moz-user-select: none;
|
|
||||||
-ms-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
|
|
Loading…
Reference in a new issue