Skip to content
Snippets Groups Projects
Commit ec83cfe8 authored by Samantha Ming's avatar Samantha Ming
Browse files

Revert to previous scss and instead use gl class

parent 55b4cc6f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -45,8 +45,7 @@
 
a {
font-family: $monospace-font;
display: flex;
justify-content: flex-end;
display: block;
font-size: $code-font-size !important;
white-space: nowrap;
 
Loading
Loading
Loading
Loading
@@ -47,7 +47,7 @@
 
%td.line-numbers
- (current_line...(current_line + line_count)).each do |i|
%a.diff-line-num{ href: "#L#{i}", id: "L#{i}", 'data-line-number' => i }
%a.diff-line-num.gl-justify-content-end{ href: "#L#{i}", id: "L#{i}", 'data-line-number' => i, class: "gl-display-flex!" }
= link_icon
= i
\
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