Skip to content

Commit

Permalink
fix: make line number not selectable
Browse files Browse the repository at this point in the history
  • Loading branch information
jstucke committed Dec 2, 2024
1 parent 2e64e4c commit 8673795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web_interface/static/css/line_numbering.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

#preview-div pre .line-number {
float:left;
margin: 0;
border-right:1px solid;
text-align:right;
margin-right: 1em;
margin: 0 1em 0 0;
user-select: none;
}

#preview-div pre .line-number span {
Expand Down

0 comments on commit 8673795

Please sign in to comment.