mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
Merge pull request #15851 from frappe/pos-delete-fix
fix: Delete button in POS mobile
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user