fix: Delete button in POS mobile

Delete button was covered by page-actions container
diff --git a/erpnext/public/less/erpnext.less b/erpnext/public/less/erpnext.less
index 262b0c3..d4f6c12 100644
--- a/erpnext/public/less/erpnext.less
+++ b/erpnext/public/less/erpnext.less
@@ -412,6 +412,12 @@
 	.collapse-btn {
 		cursor: pointer;
 	}
+	
+	@media (max-width: @screen-xs) {
+		.page-actions {
+			max-width: 110px;
+		}
+	}
 }
 
 .price-info {