commit | 27a0c3796399fca289a5a7ec9033dd7ad7e71a09 | [log] [tgz] |
---|---|---|
author | Ameya Shenoy <shenoy.ameya@gmail.com> | Thu Nov 15 19:21:30 2018 +0000 |
committer | Ameya Shenoy <shenoy.ameya@gmail.com> | Thu Nov 15 19:21:30 2018 +0000 |
tree | 09c8dde6f8c8db477966d4c6adffe494c64fb37f | |
parent | 0b697c52980d77358c58e174cce9e05fbf9cb481 [diff] |
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;