We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8dce2 commit 8026247Copy full SHA for 8026247
frontend/src/pages/DataCleansing/Create/components/OperatorOrchestration.tsx
@@ -150,6 +150,7 @@ const OperatorFlow: React.FC<OperatorFlowProps> = ({
150
max={selectedOperators.length}
151
defaultValue={index + 1}
152
className="w-10 h-6 text-xs text-center"
153
+ style={{ width: 60 }}
154
autoFocus
155
onBlur={(e) => handleIndexChange(operator.id, e.target.value)}
156
onKeyDown={(e) => {
0 commit comments