瀏覽代碼

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

tags/1.1.3
KVOJJJin 7 月之前
父節點
當前提交
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'}

Loading…
取消
儲存