Skip to content

Commit 2baeb52

Browse files
author
Oleg Zinoviev
committed
MAGETWO-32310: Pop-ups
- QA updates
1 parent d11adfb commit 2baeb52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/view/adminhtml/web/js/custom-options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ define([
134134
},
135135
open: function () {
136136
$(this).closest('.ui-dialog').addClass('ui-dialog-active');
137-
"
137+
138138
var topMargin = $(this).closest('.ui-dialog').children('.ui-dialog-titlebar').outerHeight() + 135;
139139
$(this).closest('.ui-dialog').css('margin-top', topMargin);
140140
},

0 commit comments

Comments
 (0)