mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-15 19:45:58 +08:00
style(retry-on-node): add margin-bottom to the container (#17972)
This commit is contained in:
parent
1f722cde22
commit
0975c3c399
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user