Преглед изворни кода

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

KVOJJJin пре 1 месец
родитељ
комит
bc6f122364
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      web/app/components/app-sidebar/app-info.tsx

+ 1 - 1
web/app/components/app-sidebar/app-info.tsx

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