diff --git a/frappe/core/doctype/file/file.js b/frappe/core/doctype/file/file.js index 015f89655d..f6e3fab1f8 100644 --- a/frappe/core/doctype/file/file.js +++ b/frappe/core/doctype/file/file.js @@ -47,6 +47,7 @@ frappe.ui.form.on("File", { $preview = $(`
diff --git a/frappe/public/scss/desk/list_sidebar.scss b/frappe/public/scss/desk/list_sidebar.scss index f20932fc3a..569012a944 100644 --- a/frappe/public/scss/desk/list_sidebar.scss +++ b/frappe/public/scss/desk/list_sidebar.scss @@ -45,11 +45,9 @@ text-decoration: none; } .applied { - position: absolute; - left: 10px; - .icon use { - stroke-width: 2; - } + display: flex; + align-items: center; + margin-right: 5px; } } .empty-state {