Even out padding on plus button in breadcrumb menu
Changed plus button padding to 6px 10px
This commit is contained in:
parent
8f5cf205d2
commit
d41c8f4814
2 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
|
||||
.add-to-tree {
|
||||
vertical-align: top;
|
||||
padding: 6px 10px;
|
||||
}
|
||||
|
||||
.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