fix: text ellipsis fix (#217)
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia1001@gmail.com>
This commit is contained in:
parent
0cb4edab54
commit
fbb045436c
5 changed files with 12 additions and 6 deletions
|
|
@ -48,7 +48,7 @@ const Onboarding: NextPage = () => {
|
|||
)}
|
||||
</div>
|
||||
) : (
|
||||
<div className="h-3/5 w-full rounded-lg bg-white px-8 py-10 text-center md:w-1/2">
|
||||
<div className="h-max min-h-[360px] w-full rounded-lg bg-white px-8 py-10 text-center md:w-1/2">
|
||||
<div className="h-3/4 w-full">
|
||||
{step === 4 ? (
|
||||
<Welcome />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue