leftAlign smart inventory button next to search bar

This commit is contained in:
Haokun-Chen
2018-06-28 16:53:12 -04:00
parent 1c194dbfbc
commit 81ef98e627
2 changed files with 5 additions and 3 deletions

View File

@@ -214,9 +214,11 @@ table, tbody {
}
.List-actionHolder--leftAlign {
width: 50%;
margin-left: 50%;
margin-left: 52%;
justify-content: flex-start;
button {
height: 34px;
}
}
.List-actions {