ソースを参照

fix: more than 6th options would be hide (#136)

tags/0.2.2
Joel 2年前
コミット
7a2291f450
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      web/app/components/share/chat/config-scence/index.tsx

+ 1
- 1
web/app/components/share/chat/config-scence/index.tsx ファイルの表示

@@ -5,7 +5,7 @@ import Welcome from '../welcome'

const ConfigSence: FC<IWelcomeProps> = (props) => {
return (
<div className='mb-5 antialiased font-sans overflow-hidden shrink-0'>
<div className='mb-5 antialiased font-sans shrink-0'>
<Welcome {...props} />
</div>
)

読み込み中…
キャンセル
保存