summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-09-28 19:25:10 +0200
committerTim Zallmann <tzallmann@gitlab.com>2017-10-30 10:27:46 +0100
commitb2501c79569ef9b6ff3516be1924d9367794bc4f (patch)
tree665d49a28ccb09d65ebc1e1d69696cbff7e9a5f6
parentde5f2ef4007cd6e13bd866cd36fd7a95a27bc131 (diff)
downloadgitlab-ce-b2501c79569ef9b6ff3516be1924d9367794bc4f.tar.gz
Fix the size of a status icon
-rw-r--r--app/helpers/ci_status_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/ci_status_helper.rb b/app/helpers/ci_status_helper.rb
index 85a8b2c8b97..4dd573c61f1 100644
--- a/app/helpers/ci_status_helper.rb
+++ b/app/helpers/ci_status_helper.rb
@@ -90,7 +90,7 @@ module CiStatusHelper
'status_canceled'
end
- sprite_icon(icon_name)
+ sprite_icon(icon_name, size: 16)
end
def pipeline_status_cache_key(pipeline_status)