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
This commit is contained in:
commit
ea8806d144
2 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
|
|
||||||
.add-to-tree {
|
.add-to-tree {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
padding: 6px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tree-table {
|
.tree-table {
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
title: Made the padding on the plus button in the breadcrumb menu even
|
||||||
|
merge_request:
|
||||||
|
author: Ryan Harris
|
Loading…
Reference in a new issue