summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-04-21 21:00:34 +0000
committerJacob Schatz <jschatz@gitlab.com>2016-04-21 21:00:34 +0000
commitfc038916a8958ecdae75a6dd086abf46d016f9d2 (patch)
treee2ff255bfcfc26abff29e54116ec16ec8f0b51ec
parent522f2b2caaaec3f75644add6f2a01a5f6c9db35c (diff)
parent8277bd79681e18d121d54c6552e20bd4744781b3 (diff)
downloadgitlab-ce-fc038916a8958ecdae75a6dd086abf46d016f9d2.tar.gz
Merge branch '15413-firefox-line-numbers' into 'master'
Remove float from blame link icon Closes #15413 <img src="/uploads/af6aea9102e1b42e5e92783ce818863c/Screen_Shot_2016-04-21_at_1.57.56_PM.png" width="200px"> See merge request !3861
-rw-r--r--app/assets/stylesheets/framework/files.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/files.scss b/app/assets/stylesheets/framework/files.scss
index 148a7cab6e2..32cc15113f2 100644
--- a/app/assets/stylesheets/framework/files.scss
+++ b/app/assets/stylesheets/framework/files.scss
@@ -131,6 +131,11 @@
td.line-numbers {
float: none;
border-left: 1px solid #ddd;
+
+ i {
+ float: none;
+ margin-right: 0;
+ }
}
td.lines {
padding: 0;