Merged in feature/IO-2543-AR-Aging (pull request #1216)

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

Approved-by: Dave Richer
This commit is contained in:
Allan Carr
2024-01-26 16:52:59 +00:00
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}