summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harris <harrisryan1@gmail.com>2016-12-16 20:03:57 -0500
committerRyan Harris <harrisryan1@gmail.com>2016-12-19 16:09:42 -0500
commitd41c8f48143acf865183a324e3c18dd286d423ba (patch)
tree72655f6fee9c62d22123e524b1f5dd29cb12cd05
parent8f5cf205d221ff43b04e3a0c2ad696914b387ae8 (diff)
downloadgitlab-ce-d41c8f48143acf865183a324e3c18dd286d423ba.tar.gz
Even out padding on plus button in breadcrumb menu
Changed plus button padding to 6px 10px
-rw-r--r--app/assets/stylesheets/pages/tree.scss1
-rw-r--r--changelogs/unreleased/25740-fix-new-branch-button-padding.yml4
2 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/tree.scss b/app/assets/stylesheets/pages/tree.scss
index c0341db7289..13be08104e6 100644
--- a/app/assets/stylesheets/pages/tree.scss
+++ b/app/assets/stylesheets/pages/tree.scss
@@ -14,6 +14,7 @@
.add-to-tree {
vertical-align: top;
+ padding: 6px 10px;
}
.tree-table {
diff --git a/changelogs/unreleased/25740-fix-new-branch-button-padding.yml b/changelogs/unreleased/25740-fix-new-branch-button-padding.yml
new file mode 100644
index 00000000000..7da8f9357a7
--- /dev/null
+++ b/changelogs/unreleased/25740-fix-new-branch-button-padding.yml
@@ -0,0 +1,4 @@
+---
+title: Made the padding on the plus button in the breadcrumb menu even
+merge_request:
+author: Ryan Harris