fix: styling for sort selector (#18092)

fix: styling for sort selector
This commit is contained in:
Aditya Hase 2019-06-27 18:17:35 +05:30 committed by GitHub
commit a10912787c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ frappe.pages['stock-balance'].on_page_load = function(wrapper) {
}
});
page.sort_selector.wrapper.css({'margin-right': '15px', 'margin-top': '4px'});
// page.sort_selector.wrapper.css({'margin-right': '15px', 'margin-top': '4px'});
frappe.require('assets/js/item-dashboard.min.js', function() {
page.item_dashboard = new erpnext.stock.ItemDashboard({