fix: some console snippets will be incompletely copied

Sample:

```console
echo $PATH
```
This commit is contained in:
Cotes Chung 2023-03-17 06:37:14 +08:00
parent d96b8811a7
commit e8e4901e34
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
1 changed files with 0 additions and 8 deletions

View File

@ -66,14 +66,6 @@ html {
font-size: $code-font-size;
line-height: 1.4rem;
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 {