Skip to content

Commit

Permalink
fix: some console snippets will be incompletely copied
Browse files Browse the repository at this point in the history
Sample:

```console
echo $PATH
```
  • Loading branch information
cotes2020 committed Mar 16, 2023
1 parent d96b881 commit e8e4901
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions _sass/addon/syntax.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e8e4901

Please sign in to comment.