diff --git a/frontend/src/components/tools/shared/OperationButton.tsx b/frontend/src/components/tools/shared/OperationButton.tsx index 689e88864..4733942a8 100644 --- a/frontend/src/components/tools/shared/OperationButton.tsx +++ b/frontend/src/components/tools/shared/OperationButton.tsx @@ -44,6 +44,7 @@ const OperationButton = ({ variant={variant} color={color} data-testid={dataTestId} + style={{ minHeight: '2.5rem' }} > {isLoading ? (loadingText || t("loading", "Loading...")) diff --git a/frontend/src/components/tools/shared/createToolFlow.tsx b/frontend/src/components/tools/shared/createToolFlow.tsx index 996ff2330..76f53cfe2 100644 --- a/frontend/src/components/tools/shared/createToolFlow.tsx +++ b/frontend/src/components/tools/shared/createToolFlow.tsx @@ -59,7 +59,7 @@ export function createToolFlow(config: ToolFlowConfig) { const steps = createToolSteps(); return ( - + {/* Files Step */} {steps.createFilesStep({