commit | 3df1327b94fba7883cefdf073988a3cbc86d3061 | [log] [tgz] |
---|---|---|
author | Faris Ansari <netchampfaris@users.noreply.github.com> | Mon Oct 29 15:15:10 2018 +0530 |
committer | GitHub <noreply@github.com> | Mon Oct 29 15:15:10 2018 +0530 |
tree | a1fedafc414c3fa3debce4b66d3492ef083650f1 | |
parent | 38eaaade895ad2b67916f93316fbb4351ac1ec48 [diff] |
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 {