Even out padding on plus button in breadcrumb menu

Changed plus button padding to 6px 10px
This commit is contained in:
Ryan Harris 2016-12-16 20:03:57 -05:00
parent 8f5cf205d2
commit d41c8f4814
2 changed files with 5 additions and 0 deletions

View file

@ -14,6 +14,7 @@
.add-to-tree {
vertical-align: top;
padding: 6px 10px;
}
.tree-table {

View file

@ -0,0 +1,4 @@
---
title: Made the padding on the plus button in the breadcrumb menu even
merge_request:
author: Ryan Harris