make the kine number column non-selectable

This commit is contained in:
Nishant Srivastava 2019-12-31 15:51:27 +01:00
parent 27e34ceb99
commit cccfddcc31
1 changed files with 1 additions and 0 deletions

View File

@ -461,6 +461,7 @@ pre:not(.chroma) {
&:first-child {
width: 10px;
user-select: none;
pre {
margin: 0;