make the kine number column non-selectable
This commit is contained in:
parent
27e34ceb99
commit
cccfddcc31
|
@ -461,6 +461,7 @@ pre:not(.chroma) {
|
|||
|
||||
&:first-child {
|
||||
width: 10px;
|
||||
user-select: none;
|
||||
|
||||
pre {
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in New Issue