diff --git a/frappe/public/scss/desk/form_sidebar.scss b/frappe/public/scss/desk/form_sidebar.scss index 02c7411027..f87b916ee8 100644 --- a/frappe/public/scss/desk/form_sidebar.scss +++ b/frappe/public/scss/desk/form_sidebar.scss @@ -571,12 +571,14 @@ body[data-route^="Form"] { } } -.liked-by { - display: flex; - align-items: center; - justify-content: center; - width: 28px; - height: 28px; +.form-stats-likes { + .liked-by { + display: flex; + align-items: center; + justify-content: center; + width: 28px; + height: 28px; + } } .liked-by-popover {