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 b9f6e74 commit aa240feCopy full SHA for aa240fe
1 file changed
public/js/app.js
@@ -1687,7 +1687,7 @@ function renderSummaryStep() {
1687
<span class="server-detail-tag">${egg?.disk_limit != null ? (egg.disk_limit / 1024).toFixed(1) + ' GB' : '3 GB'} Disk</span>
1688
</div>
1689
1690
- <div style="margin:20px 0;width:100%">
+ <div style="margin:20px 0;max-width:480px;width:100%">
1691
<cap-widget data-cap-api-endpoint="https://cap.zero-host.org/f6c8171b08/" theme="dark"></cap-widget>
1692
1693
<div class="wizard-actions">
0 commit comments