File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Meta/BusinessExtension/view/adminhtml/web/js Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -532,7 +532,7 @@ jQuery(document).ready(function() {
532
532
src: window.facebookBusinessExtensionConfig.fbeLoginUrl + _this.queryParams(),
533
533
style: {
534
534
border: 'none',
535
- width: '1100px',
535
+ width: isNewSplashPage ? '100%' : '1100px',
536
536
height: isNewSplashPage ? undefined : '700px',
537
537
minHeight: isNewSplashPage ? '700px' : undefined,
538
538
},
Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ jQuery(document).ready(function() {
394
394
src : window . facebookBusinessExtensionConfig . fbeLoginUrl + _this . queryParams ( ) ,
395
395
style : {
396
396
border : 'none' ,
397
- width : '1100px' ,
397
+ width : isNewSplashPage ? '100%' : '1100px' ,
398
398
height : isNewSplashPage ? undefined : '700px' ,
399
399
minHeight : isNewSplashPage ? '700px' : undefined ,
400
400
} ,
You can’t perform that action at this time.
0 commit comments