summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-04-26 15:34:23 +0000
committerRémy Coutable <remy@rymai.me>2018-04-26 15:34:23 +0000
commitaed4270f743e5d491af5454d9fa0ca54ef7876da (patch)
tree28ab8f91e590a052e95329daeafb2fabd4ba7f88 /app/assets/stylesheets
parent4de3bc5f93e016f1d84f43c0e27d8d2c6d82ddb0 (diff)
parent952f18e908faa17ea011c1a95035e4b50c28dd97 (diff)
downloadgitlab-ce-aed4270f743e5d491af5454d9fa0ca54ef7876da.tar.gz
Merge branch 'restore-size-and-position-for-fork-icon' into 'master'
Restore size and position for fork icon See merge request gitlab-org/gitlab-ce!18449
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/wells.scss1
-rw-r--r--app/assets/stylesheets/pages/commits.scss2
2 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/wells.scss b/app/assets/stylesheets/framework/wells.scss
index 2f3a80daa90..3fa7a260017 100644
--- a/app/assets/stylesheets/framework/wells.scss
+++ b/app/assets/stylesheets/framework/wells.scss
@@ -19,6 +19,7 @@
.fork-svg {
margin-right: 4px;
+ vertical-align: bottom;
}
}
diff --git a/app/assets/stylesheets/pages/commits.scss b/app/assets/stylesheets/pages/commits.scss
index e9384d41e00..1aca3c5cf1a 100644
--- a/app/assets/stylesheets/pages/commits.scss
+++ b/app/assets/stylesheets/pages/commits.scss
@@ -70,7 +70,7 @@
}
.branch-info .commit-icon {
- margin-right: 3px;
+ margin-right: 8px;
svg {
top: 3px;