summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-19 22:38:58 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-19 22:38:58 +0000
commitea8806d144ba02668ab53353bca73fd2ecd5e2c6 (patch)
tree5524fb4cb3f1bfb8184efbf0a376e095978b7a89
parentd1d1e7c6d70b23d614e6e6ba482e6fa5fa96f582 (diff)
parentd41c8f48143acf865183a324e3c18dd286d423ba (diff)
downloadgitlab-ce-ea8806d144ba02668ab53353bca73fd2ecd5e2c6.tar.gz
Merge branch '25740-fix-new-branch-button-padding' into 'master'
Even out padding on "plus" button in breadcrumb menu Changed the padding on the ```+``` button to be ```6px``` on all sides. ![Screen_Shot_2016-12-16_at_8_06_07_PM](/uploads/cc85f8ff36c7d2dd75546a67445af19a/Screen_Shot_2016-12-16_at_8_06_07_PM.png) Closes #25740 See merge request !8154
-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 05c0a4c29f4..cad4e149845 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