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

This commit is contained in:
Joel 2023-05-22 11:25:40 +08:00 committed by GitHub
parent 17a8118154
commit 7a2291f450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>
)