summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-10-18 16:16:51 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-10-18 16:16:51 +0000
commitfee7a879e2f3b1347da75eb64c4f5a24fea2625f (patch)
treeafc82d57c1f0a5e90befbb165e7fdb4c62703c5b
parentdf17c4dc2d2a1308ce3fe1eb9c4b60bb27867602 (diff)
parentfca91e610f3b0a80f7257362de7d22fc80d78fc8 (diff)
downloadgitlab-ce-fee7a879e2f3b1347da75eb64c4f5a24fea2625f.tar.gz
Merge branch 'pms-fix-tooltip-padding' into 'master'
Fix tooltip padding to align to 8px grid See merge request gitlab-org/gitlab-ce!14928
-rw-r--r--app/assets/stylesheets/framework/tooltips.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/tooltips.scss b/app/assets/stylesheets/framework/tooltips.scss
index 93baf73cb78..98f28987a82 100644
--- a/app/assets/stylesheets/framework/tooltips.scss
+++ b/app/assets/stylesheets/framework/tooltips.scss
@@ -3,5 +3,5 @@
border-radius: $border-radius-default;
line-height: 16px;
font-weight: $gl-font-weight-normal;
- padding: $gl-btn-padding;
+ padding: 8px;
}