Skip to content

Commit e2072b9

Browse files
authored
ENGCOM-4037: [Backport] Fixed-Widget-option-labels-are-misalinged #20270
2 parents 2ad342d + d2e7f4c commit e2072b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/design/adminhtml/Magento/backend/web/css/styles-old.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2738,7 +2738,8 @@
27382738
// ---------------------------------------------
27392739

27402740
#widget_instace_tabs_properties_section_content .widget-option-label {
2741-
margin-top: 6px;
2741+
margin-top: 7px;
2742+
display: inline-block;
27422743
}
27432744

27442745
//

0 commit comments

Comments
 (0)