refactor: simplify MailImportWizard success view and adjust InboxDetailPage dropdown styling
Build and Push Multi-Platform Images / build-and-push (push) Successful in 17s
Build and Push Multi-Platform Images / build-and-push (push) Successful in 17s
This commit is contained in:
@@ -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); }}
|
||||
|
||||
Reference in New Issue
Block a user