Skip to content
Snippets Groups Projects
Commit 08740125 authored by Jason Hollingsworth's avatar Jason Hollingsworth
Browse files

Fix shifting line numbers.

Former-commit-id: 25d93987
parent 47fa42e7
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -33,20 +33,21 @@
padding: 10px;
text-align: right;
float: left;
width: 60px;
 
a {
font-family: $monospace_font;
display: block;
font-size: 12px !important;
line-height: 16px !important;
white-space: nowrap;
 
i {
display: none;
visibility: hidden;
@extend .pull-left;
}
 
&:hover i {
display: inline;
visibility: visible;
}
}
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment