I found this styling bug in the component docs, where the place component examples were loaded (Code Block Tab), had a bigger height than what the elements required, and it was in all the elements.
One of the example component, where the bug was there.
I looked at the code, and it's just a small change in the tailwind class. Just a one word change, adding max-h-[600px], instead of h-[600px]. And I checked everything, nothing else is breaking and working fine.
And, so I am directly linking an PR for this. See the below photo, showcasing the change after the change.
@haydenbleasel Please have a look at it. Nothing else is changed. Looking forward to see this PR get merged and more contributions.
I found this styling bug in the component docs, where the place component examples were loaded (Code Block Tab), had a bigger height than what the elements required, and it was in all the elements.
One of the example component, where the bug was there.
I looked at the code, and it's just a small change in the tailwind class. Just a one word change, adding
max-h-[600px], instead ofh-[600px]. And I checked everything, nothing else is breaking and working fine.And, so I am directly linking an PR for this. See the below photo, showcasing the change after the change.
@haydenbleasel Please have a look at it. Nothing else is changed. Looking forward to see this PR get merged and more contributions.