From 8718b60bfcd66b83e6855bfd5f8d6b44dae22fc3 Mon Sep 17 00:00:00 2001 From: Maharshi Patel Date: Wed, 4 Oct 2023 10:18:46 +0530 Subject: [PATCH] fix: sidebar, multiselect, body tag letterspacing * fixed space between multiselect pills * fixed sidebar spacing and alignment * added letterspacing of 0.02em in the body tag as this is the new base spacing. --- frappe/public/js/frappe/dom.js | 2 +- .../frappe/form/templates/form_sidebar.html | 36 +++++++++---------- frappe/public/js/frappe/ui/tags.js | 2 +- frappe/public/scss/common/controls.scss | 1 + frappe/public/scss/desk/global.scss | 2 ++ frappe/public/scss/desk/sidebar.scss | 4 +++ 6 files changed, 27 insertions(+), 20 deletions(-) diff --git a/frappe/public/js/frappe/dom.js b/frappe/public/js/frappe/dom.js index bb67cef187..203e5bde7a 100644 --- a/frappe/public/js/frappe/dom.js +++ b/frappe/public/js/frappe/dom.js @@ -295,7 +295,7 @@ frappe.get_data_pill = (label, target_id = null, remove_action = null, image = n `); diff --git a/frappe/public/js/frappe/form/templates/form_sidebar.html b/frappe/public/js/frappe/form/templates/form_sidebar.html index 60d2a4ae60..4fb76ba669 100644 --- a/frappe/public/js/frappe/form/templates/form_sidebar.html +++ b/frappe/public/js/frappe/form/templates/form_sidebar.html @@ -45,7 +45,7 @@
  • @@ -56,7 +56,7 @@ +
  • + + +
  • -
  • - - -