summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/blocks.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-02-23 16:21:41 +0000
committerPhil Hughes <me@iamphill.com>2017-02-23 16:21:41 +0000
commit4feefd36463b494dc0d9f80138a6c6fcc1e7337a (patch)
tree046d17e50b58b52905f9f3a994840530fba4ecc9 /app/assets/stylesheets/framework/blocks.scss
parentfae2650cbc23c95242124a0a6d9e9c79948cac6d (diff)
downloadgitlab-ce-4feefd36463b494dc0d9f80138a6c6fcc1e7337a.tar.gz
Fixed alignment of RSS button on activity pagesrss-btn-alignment-fix
Added a tooltip to the buttons that did not have any Closes #28572
Diffstat (limited to 'app/assets/stylesheets/framework/blocks.scss')
-rw-r--r--app/assets/stylesheets/framework/blocks.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/blocks.scss b/app/assets/stylesheets/framework/blocks.scss
index 0f9213b98e3..9a4129cdc8d 100644
--- a/app/assets/stylesheets/framework/blocks.scss
+++ b/app/assets/stylesheets/framework/blocks.scss
@@ -229,7 +229,7 @@
.controls {
float: right;
margin-top: 8px;
- padding-bottom: 7px;
+ padding-bottom: 8px;
border-bottom: 1px solid $border-color;
}
}