summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-08-16 10:44:37 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-08-16 10:44:37 -0600
commit7f793ba03507d293d13ca0b791eaa901d85715e0 (patch)
tree6f1e929e5434c5ac9a2069c40c9fc72dfbe53eb2
parent145ba3a4c864536cd11f93d5409f0c54eb675c73 (diff)
downloadgitlab-ce-7f793ba03507d293d13ca0b791eaa901d85715e0.tar.gz
Fix Resolve All button.
-rw-r--r--app/assets/stylesheets/pages/notes.scss6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 4a79db750d5..ccaae939fdd 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -409,12 +409,8 @@ ul.notes {
}
.line-resolve-btn {
- top: 1px;
+ vertical-align: middle;
margin-right: 5px;
-
- .fa {
- left: 2px;
- }
}
}