fix: Delete button in POS mobile

Delete button was covered by page-actions container
This commit is contained in:
Faris Ansari
2018-10-29 15:15:10 +05:30
committed by GitHub
parent 38eaaade89
commit 3df1327b94

View File

@@ -412,6 +412,12 @@ body[data-route="pos"] {
.collapse-btn {
cursor: pointer;
}
@media (max-width: @screen-xs) {
.page-actions {
max-width: 110px;
}
}
}
.price-info {