Skip to content

Commit

Permalink
make line nr unselectable
Browse files Browse the repository at this point in the history
  • Loading branch information
jelleschutter authored Apr 23, 2021
1 parent d588554 commit a868775
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ h1, h2 {
vertical-align: top;
text-align: right;
padding-right: 10px;
user-select: none;
}

.code-cell .code-line {
Expand Down Expand Up @@ -120,4 +121,4 @@ h1, h2 {
width: calc(100% - 20px);
margin: 20px 10px 0 10px;
}
}
}

0 comments on commit a868775

Please sign in to comment.