diff --git a/ee/app/views/shared/promotions/_promote_issue_weights.html.haml b/ee/app/views/shared/promotions/_promote_issue_weights.html.haml
index 0b352264f54e8bf95369aa0eff03819a1140692e..cafe423f25cc4d1c0ada86c1a0c74572b09d62d3 100644
--- a/ee/app/views/shared/promotions/_promote_issue_weights.html.haml
+++ b/ee/app/views/shared/promotions/_promote_issue_weights.html.haml
@@ -4,9 +4,10 @@
 - if show_promotions? && show_callout?(promotion_feature)
   .block.js-weight-sidebar-callout.promotion-issue-sidebar{ data: { uid: promotion_feature } }
     .sidebar-collapsed-icon{ data: { toggle: "dropdown", target: ".js-weight-sidebar-callout" } }
-      %span{ data: { toggle: "tooltip", placement: "left", container: "body" }, title: _("Weight") }
-        = sprite_icon('scale')
-        %span No
+      %span.gl-flex.gl-flex-col.gl-items-center{ data: { toggle: "tooltip", placement: "left", container: "body" }, title: _("Weight") }
+        = sprite_icon('weight')
+        %span.gl-pt-2.gl-px-3.gl-text-sm
+          = _('None')
     .title.hide-collapsed.gl-font-bold{ class: '!gl-leading-28' }
       = s_('Promotions|Weight')
     .hide-collapsed.js-toggle-container.promotion-issue-weight-sidebar-message