Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-08-16 19:44:37 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-08-16 19:44:37 +0300
commit7f793ba03507d293d13ca0b791eaa901d85715e0 (patch)
tree6f1e929e5434c5ac9a2069c40c9fc72dfbe53eb2 /app/assets/stylesheets/pages/notes.scss
parent145ba3a4c864536cd11f93d5409f0c54eb675c73 (diff)
Fix Resolve All button.
Diffstat (limited to 'app/assets/stylesheets/pages/notes.scss')
-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;
- }
}
}