Merge pull request #55 from nisrulz/disable-line-number-selectable
Make the line number column non-selectable
This commit is contained in:
commit
9860984d06
|
@ -461,6 +461,7 @@ pre:not(.chroma) {
|
|||
|
||||
&:first-child {
|
||||
width: 10px;
|
||||
user-select: none;
|
||||
|
||||
pre {
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in New Issue