[master]: Align embed iframe in monitor page
This commit is contained in:
parent
e36ccb0a93
commit
ffdbb1fa56
|
@ -194,8 +194,7 @@
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="clipboard-wrapper uk-margin-top uk-margin-bottom">
|
<div class="clipboard-wrapper uk-margin-top uk-margin-bottom">
|
||||||
<pre id="embed_content_id" class="uk-padding-small"><code><iframe width="500" height="500" <br> src="{{chartsActiveType.get(activeChartSectionIndex + '-' + j).safeResourceUrl.changingThisBreaksApplicationSecurity}}
|
<pre id="embed_content_id" class="uk-padding-small"><code><iframe width="500" height="500" <br> src="{{chartsActiveType.get(activeChartSectionIndex + '-' + j).safeResourceUrl.changingThisBreaksApplicationSecurity}}"<br> allowfullscreen="true" mozallowfullscreen="true"><br></iframe></code></pre>
|
||||||
" <br> allowfullscreen="true" mozallowfullscreen="true"><br></iframe></code></pre>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="uk-flex uk-flex-right">
|
<div class="uk-flex uk-flex-right">
|
||||||
<a class="uk-link-reset copy clipboard_btn"
|
<a class="uk-link-reset copy clipboard_btn"
|
||||||
|
|
Loading…
Reference in New Issue