refactor: simplify MailImportWizard success view and adjust InboxDetailPage dropdown styling
Build and Push Multi-Platform Images / build-and-push (push) Successful in 17s

This commit is contained in:
2026-05-10 06:52:26 +02:00
parent 8df17e4994
commit 4485d1673d
2 changed files with 33 additions and 37 deletions
@@ -1119,7 +1119,7 @@ export default function InboxDetailPage() {
<SourceTag source={file.source} />
</Space>
<Dropdown.Button
style={{ marginLeft: 'auto' }}
style={{ marginLeft: 'auto', width: 'auto' }}
type="primary"
icon={<DownOutlined />}
onClick={() => { if (canProcess) setWizardOpen(true); }}