mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-06-30 10:25:10 +08:00
Fix: style issue of app detail panel in jp (#16620)
This commit is contained in:
parent
815d77856d
commit
bc6f122364
@ -242,7 +242,7 @@ const AppInfo = ({ expand }: IAppInfoProps) => {
|
|||||||
<div className='system-xs-regular text-text-tertiary'>{appDetail.description}</div>
|
<div className='system-xs-regular text-text-tertiary'>{appDetail.description}</div>
|
||||||
)}
|
)}
|
||||||
{/* operations */}
|
{/* operations */}
|
||||||
<div className='flex items-center gap-1 self-stretch'>
|
<div className='flex flex-wrap items-center gap-1 self-stretch'>
|
||||||
<Button
|
<Button
|
||||||
size={'small'}
|
size={'small'}
|
||||||
variant={'secondary'}
|
variant={'secondary'}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user