ui
ui copied to clipboard
fix(themes): grid falling apart
When resizing the Themes, the grid falls apart.
It is due to the fact that 1fr
of grid-cols-[260px_1fr]
needs to be minmax(0,1fr)
.
And there was a typo in the className as well, which was grids-col-2
.
I fixed both of the mistakes.
AS-IS
TO-BE
@chaejunlee is attempting to deploy a commit to the shadcn-pro Team on Vercel.
A member of the Team first needs to authorize it.
Caught more mistakes and fixed them.
AS-IS
TO-BE
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
ui | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jan 14, 2024 11:24am |
I thought md:grids-col-2
was a typo, in fact that was what needed to be removed.
I have removed them and things work fine.
Hello, @shadcn ! Sorry to @ you, but can you please follow up?