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
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2020-03-19 02:19:23 +0300
committerEvan Read <eread@gitlab.com>2020-03-19 02:19:23 +0300
commit2df8f73a19c3edf2a7afcd94d2432f1e2efcc831 (patch)
treea3f5471d58d4c091fdf6c088c19bc6fdffc05cdd /lib/helpers
parent91cc4100f3b147e8b24a4775a15c199f4f6d7c4b (diff)
Add right margin to icons
Diffstat (limited to 'lib/helpers')
-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 ec4c7f9c..631fc9ae 100644
--- a/lib/helpers/icons_helper.rb
+++ b/lib/helpers/icons_helper.rb
@@ -21,6 +21,7 @@ module Nanoc::Helpers
svg_class = [
'gl-icon',
'ml-1',
+ 'mr-1',
"s#{size || 16}",
*css_class
].join(' ')