summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-21 13:41:47 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-21 15:00:03 -0500
commit8277bd79681e18d121d54c6552e20bd4744781b3 (patch)
treeef5468b59a90a49fa2da5a5ed3e48538dc46831e
parentc22c4048ce1a4233c0a6f9a9cd59a53efe49da53 (diff)
downloadgitlab-ce-8277bd79681e18d121d54c6552e20bd4744781b3.tar.gz
Remove float from icon
-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;