ソースを参照

style(retry-on-node): add margin-bottom to the container (#17972)

tags/1.3.0
GuanMu 6ヶ月前
コミット
0975c3c399
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      web/app/components/workflow/nodes/_base/components/retry/retry-on-node.tsx

+ 1
- 1
web/app/components/workflow/nodes/_base/components/retry/retry-on-node.tsx ファイルの表示

@@ -38,7 +38,7 @@ const RetryOnNode = ({
return null

return (
<div className='px-3'>
<div className='mb-1 px-3'>
<div className={cn(
'system-xs-medium-uppercase flex items-center justify-between rounded-md border-[0.5px] border-transparent bg-workflow-block-parma-bg px-[5px] py-1 text-text-tertiary',
isRunning && 'border-state-accent-active bg-state-accent-hover text-text-accent',

読み込み中…
キャンセル
保存