fix: card_layout option for page

This commit is contained in:
prssanna 2020-08-28 14:57:02 +05:30
parent bd532524cd
commit a9903d1b84

View file

@ -126,6 +126,8 @@ frappe.ui.Page = Class.extend({
this.make_page();
}
this.card_layout && this.main.addClass('frappe-card');
// keyboard shortcuts
let menu_btn = this.menu_btn_group.find('button');
frappe.ui.keys