summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-05-18 10:24:07 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-05-18 10:24:07 +0000
commitd08f6bdcb735ddb2428fb2b1960175fa3f126d15 (patch)
treeb219a24e16f34585e6587b30cc945b34ef36f920
parenta9f04f32391848ba1971f8f2fa0fa5ebe26224e2 (diff)
parent2d083be4c8f5bc4a5e78dc6decf7bd6890e77369 (diff)
downloadgitlab-ce-d08f6bdcb735ddb2428fb2b1960175fa3f126d15.tar.gz
Merge branch '32359-align-resolve-btn' into 'master'
Align resolve comment btn Closes #32359 See merge request !11457
-rw-r--r--app/assets/stylesheets/pages/notes.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 5b6aa9d74f6..4b15fc2bd82 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -669,7 +669,7 @@ ul.notes {
.line-resolve-btn {
position: relative;
- top: 2px;
+ top: 0;
padding: 0;
background-color: transparent;
border: none;
@@ -690,8 +690,8 @@ ul.notes {
svg {
fill: $gray-darkest;
- height: 15px;
- width: 15px;
+ height: 16px;
+ width: 16px;
}
.loading {