Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorjerasmus <jerasmus@gitlab.com>2020-03-11 13:00:30 +0300
committerjerasmus <jerasmus@gitlab.com>2020-03-12 15:53:22 +0300
commitd0ae6da982560f90d528752fb9b1f98b9399f834 (patch)
treeee613800bc2cbba2c05209d3d4ebdb48526cbf61 /lib
parentd31f643a62901b96861239ad66ed4c1959bcea6c (diff)
Fix icon spacing issues
Fixed the icon spacing issues
Diffstat (limited to 'lib')
-rw-r--r--lib/helpers/icons_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/helpers/icons_helper.rb b/lib/helpers/icons_helper.rb
index 5c8410cc..ec4c7f9c 100644
--- a/lib/helpers/icons_helper.rb
+++ b/lib/helpers/icons_helper.rb
@@ -20,6 +20,7 @@ module Nanoc::Helpers
svg_class = [
'gl-icon',
+ 'ml-1',
"s#{size || 16}",
*css_class
].join(' ')