Skip to content
This repository was archived by the owner on Jul 28, 2026. It is now read-only.

Commit aa240fe

Browse files
committed
fix: cap widget max-width matches other summary cards
1 parent b9f6e74 commit aa240fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1687,7 +1687,7 @@ function renderSummaryStep() {
16871687
<span class="server-detail-tag">${egg?.disk_limit != null ? (egg.disk_limit / 1024).toFixed(1) + ' GB' : '3 GB'} Disk</span>
16881688
</div>
16891689
</div>
1690-
<div style="margin:20px 0;width:100%">
1690+
<div style="margin:20px 0;max-width:480px;width:100%">
16911691
<cap-widget data-cap-api-endpoint="https://cap.zero-host.org/f6c8171b08/" theme="dark"></cap-widget>
16921692
</div>
16931693
<div class="wizard-actions">

0 commit comments

Comments
 (0)