mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 10:48: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 && (
|
{workflowProcessData && (
|
||||||
<>
|
<>
|
||||||
<div className={cn(
|
<div className={cn(
|
||||||
'p-3 pb-0',
|
'p-3',
|
||||||
showResultTabs && 'border-b border-divider-subtle',
|
showResultTabs && 'border-b border-divider-subtle',
|
||||||
)}>
|
)}>
|
||||||
{taskId && (
|
{taskId && (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user