Merge pull request #15851 from frappe/pos-delete-fix
fix: Delete button in POS mobile
This commit is contained in:
commit
9d0dba5569
@ -412,6 +412,12 @@ body[data-route="pos"] {
|
||||
.collapse-btn {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@media (max-width: @screen-xs) {
|
||||
.page-actions {
|
||||
max-width: 110px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.price-info {
|
||||
|
Loading…
x
Reference in New Issue
Block a user