commit | 2598c475ed02cbb18ab37ed7c485a0d439eaf191 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Nov 26 20:02:18 2018 +0530 |
committer | GitHub <noreply@github.com> | Mon Nov 26 20:02:18 2018 +0530 |
tree | 09c8dde6f8c8db477966d4c6adffe494c64fb37f | |
parent | 0b697c52980d77358c58e174cce9e05fbf9cb481 [diff] | |
parent | 27a0c3796399fca289a5a7ec9033dd7ad7e71a09 [diff] |
Merge pull request #15999 from codingCoffee/css css: build files in v10
diff --git a/erpnext/public/css/erpnext.css b/erpnext/public/css/erpnext.css index 460efbf..c55e422 100644 --- a/erpnext/public/css/erpnext.css +++ b/erpnext/public/css/erpnext.css
@@ -346,6 +346,11 @@ body[data-route="pos"] .collapse-btn { cursor: pointer; } +@media (max-width: 767px) { + body[data-route="pos"] .page-actions { + max-width: 110px; + } +} .price-info { position: absolute; left: 0;