mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 02:58:59 +08:00
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…
x
Reference in New Issue
Block a user