summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-17 14:55:56 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-17 14:55:56 -0500
commit2d083be4c8f5bc4a5e78dc6decf7bd6890e77369 (patch)
tree1b8994c9245796ab05183f256c0e14d1f25ec5a5
parentdaf9ec6cd1f88e7462cae9dc68eda2dcf793cecf (diff)
downloadgitlab-ce-32359-align-resolve-btn.tar.gz
Align resolve comment btn32359-align-resolve-btn
-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 {