Skip to content

Commit fa92a49

Browse files
authored
Commerce Extension: add min height (#400)
* Removing logging statements, adding back full cancellation logic git push * state->status * remove superfluous var * adding a modest min-height to the mice iframe * Deleting unused var
1 parent a033575 commit fa92a49

File tree

1 file changed

+1
-1
lines changed
  • app/code/Meta/BusinessExtension/view/adminhtml/templates

1 file changed

+1
-1
lines changed

app/code/Meta/BusinessExtension/view/adminhtml/templates/setup.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
id="commerce-extension-iframe"
5959
src="<?= $escaper->escapeHtmlAttr($block->getCommerceExtensionIFrameURL($block->getSelectedStoreId())) ?>"
6060
scrolling="no"
61-
style="border: 0; width: 100%; margin: 16px 0;"></iframe>
61+
style="border: 0; width: 100%; margin: 16px 0;min-height:50vh;"></iframe>
6262
<script>
6363
require([
6464
'jquery',

0 commit comments

Comments
 (0)