mirror of https://github.com/langgenius/dify.git
fix: remove wrong padding-bottom=0 (#17551)
This commit is contained in:
parent
41df910771
commit
da7f8ad936
|
|
@ -218,7 +218,7 @@ const GenerationItem: FC<IGenerationItemProps> = ({
|
|||
{workflowProcessData && (
|
||||
<>
|
||||
<div className={cn(
|
||||
'p-3 pb-0',
|
||||
'p-3',
|
||||
showResultTabs && 'border-b border-divider-subtle',
|
||||
)}>
|
||||
{taskId && (
|
||||
|
|
|
|||
Loading…
Reference in New Issue