IO-2543 Add wrap to space components to maintain limits of card

This commit is contained in:
Allan Carr
2024-01-26 08:42:57 -08:00
parent 908942ec09
commit 7503d86c69
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ export default function JobAdminDeleteIntake({ job }) {
return (
<>
<Space>
<Space wrap>
<Button
loading={loading}
onClick={handleDelete}

View File

@@ -137,7 +137,7 @@ export function JobAdminMarkReexport({
return (
<>
<Space>
<Space wrap>
<Button
loading={loading}
disabled={!job.date_exported}