We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8ed8f commit 228984bCopy full SHA for 228984b
1 file changed
src/extensionsIntegrated/Phoenix-live-preview/panel.html
@@ -62,7 +62,7 @@
62
<i class="fa fa-times live-preview-overlay-close" title="{{Strings.LIVE_PREVIEW_HIDE_OVERLAY}}"></i>
63
</div>
64
<div class="frame-container">
65
- <div style="width: 3px;"></div>
+ <div style="width: 3px; flex-shrink: 0;"></div>
66
<iframe id="panel-live-preview-frame" title="Live Preview" style="border: none"
67
width="100%" height="100%" seamless="true" srcdoc='<img width="50px" src="styles/images/Spinner-1s-200px.svg">'
68
sandbox="allow-same-origin allow-popups-to-escape-sandbox allow-popups allow-scripts allow-forms allow-modals allow-pointer-lock">
0 commit comments