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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-10 18:17:51 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-10 18:17:51 +0300
commit77d5d83fe2193480efbb1589271bde78a8b00f86 (patch)
treeeb4b05fea3757f416025a4fa5344afc97ab11d54 /app/assets
parentc0d489c55154fba2ebb4cd7eece66078ffdd84fa (diff)
Fix alignment of status icons in commit message list
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/commits.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/commits.scss b/app/assets/stylesheets/pages/commits.scss
index 98a84351a3d..61fbd7425b7 100644
--- a/app/assets/stylesheets/pages/commits.scss
+++ b/app/assets/stylesheets/pages/commits.scss
@@ -62,6 +62,8 @@
.ci-status-link {
display: inline-block;
+ position: relative;
+ top: 1px;
}
.btn-clipboard,