Updated inv. manage buttons

This commit is contained in:
Ken Hoes 2017-02-16 10:23:40 -05:00
parent 972db629b5
commit 6f929363ef

View File

@ -456,5 +456,18 @@ table, tbody {
}
}
// Inventory Manage exceptions
.InventoryManage-container {
.List-actionHolder {
justify-content: flex-end;
margin-top: -52px;
}
.List-action button {
margin-left: 12px;
}
.SmartSearch-searchTermContainer {
width: 100%;
}
}