Skip to content

Commit

Permalink
fix: centers the create button within the form in new task template
Browse files Browse the repository at this point in the history
  • Loading branch information
bathongor committed Nov 14, 2024
1 parent b379472 commit ae76513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/components/layout/TaskTemplateDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export const TaskTemplateDetails = ({
<div className={tx('flex flex-row mt-12',
{
'justify-between': !isCreatingNewTemplate,
'justify-end': isCreatingNewTemplate,
'justify-center': isCreatingNewTemplate,
})}
>
<Button
Expand Down

0 comments on commit ae76513

Please sign in to comment.