Skip to content

Commit d2e7f4c

Browse files
ENGCOM-4037: [Backport] Fixed-Widget-option-labels-are-misalinged #20270
- Merge Pull Request #20270 from amol2jcommerce/magento2:Fixed-Widget-option-labels-are-misalinged - Merged commits: 1. 936d71f 2. 935d3d2
2 parents b3abf20 + 935d3d2 commit d2e7f4c

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)