Explorar o código

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

KVOJJJin hai 1 mes
pai
achega
bc6f122364
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>
             <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'}