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

pull/14262/head
KVOJJJin 1 year ago committed by Bharat Ramanathan
parent fcc87ecce4
commit 7ba4222b92

@ -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'}

Loading…
Cancel
Save