From 3df1327b94fba7883cefdf073988a3cbc86d3061 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Mon, 29 Oct 2018 15:15:10 +0530 Subject: [PATCH] fix: Delete button in POS mobile Delete button was covered by page-actions container --- erpnext/public/less/erpnext.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/erpnext/public/less/erpnext.less b/erpnext/public/less/erpnext.less index 262b0c308c..d4f6c12f77 100644 --- a/erpnext/public/less/erpnext.less +++ b/erpnext/public/less/erpnext.less @@ -412,6 +412,12 @@ body[data-route="pos"] { .collapse-btn { cursor: pointer; } + + @media (max-width: @screen-xs) { + .page-actions { + max-width: 110px; + } + } } .price-info {