diff options
author | Ryan Harris <harrisryan1@gmail.com> | 2016-12-16 20:03:57 -0500 |
---|---|---|
committer | Ryan Harris <harrisryan1@gmail.com> | 2016-12-19 16:09:42 -0500 |
commit | d41c8f48143acf865183a324e3c18dd286d423ba (patch) | |
tree | 72655f6fee9c62d22123e524b1f5dd29cb12cd05 | |
parent | 8f5cf205d221ff43b04e3a0c2ad696914b387ae8 (diff) | |
download | gitlab-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.scss | 1 | ||||
-rw-r--r-- | changelogs/unreleased/25740-fix-new-branch-button-padding.yml | 4 |
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 |