summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-19 22:38:58 +0000
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-12-21 12:19:59 -0200
commit6345aa8aface11aacd579ab0eacb77cde849eb6c (patch)
tree42e634e3cf189db4852b93cbd323007554aecf71
parent0460c1bb4b0726be0d535a0a4043fbaaab154dc4 (diff)
downloadgitlab-ce-6345aa8aface11aacd579ab0eacb77cde849eb6c.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