Merge pull request #15851 from frappe/pos-delete-fix

fix: Delete button in POS mobile
This commit is contained in:
rohitwaghchaure 2018-10-29 15:19:11 +05:30 committed by GitHub
commit 9d0dba5569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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