Fix: style issue of app detail panel in jp (#16620)

This commit is contained in:
KVOJJJin 2025-03-24 15:54:00 +08:00 committed by GitHub
parent 815d77856d
commit bc6f122364
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -242,7 +242,7 @@ const AppInfo = ({ expand }: IAppInfoProps) => {
<div className='system-xs-regular text-text-tertiary'>{appDetail.description}</div>
)}
{/* operations */}
<div className='flex items-center gap-1 self-stretch'>
<div className='flex flex-wrap items-center gap-1 self-stretch'>
<Button
size={'small'}
variant={'secondary'}