Add progress vertical bars to pipeline steps
This commit is contained in:
@@ -34,7 +34,7 @@ export default function WorkflowStepSelects({
|
||||
onChange={onLeftChange}
|
||||
placeholder={leftPlaceholder}
|
||||
flat
|
||||
className={"px-2 py-1 rounded-none rounded-l-2xl"}
|
||||
className={"px-2 rounded-none rounded-l-2xl"}
|
||||
/>
|
||||
</div>
|
||||
{/* Right Select */}
|
||||
@@ -45,7 +45,7 @@ export default function WorkflowStepSelects({
|
||||
onChange={onRightChange}
|
||||
placeholder={rightPlaceholder}
|
||||
flat
|
||||
className="px-2 py-1 rounded-none rounded-r-2xl"
|
||||
className="px-2 rounded-none rounded-r-2xl"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user