浏览代码

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

正在加载...
取消
保存