[Col] Add 4
as an option of the xs
prop
#162
Labels
help wanted
Open for all. You do not need permission to work on these.
release: minor
Changes that would go in a minor release.
Description
In /learn, we have a layout where
xs={4}
is required:https://github.com/freeCodeCamp/freeCodeCamp/blob/b234cf80970e2b01a8175e4d9ce3a40ba0c85cbf/client/src/components/settings/certification.tsx#L391
But the
Col
component doesn't support4
as anxs
value:ui/src/col/types.ts
Line 4 in 3ee138b
Changes needed:
4
to:ui/src/col/types.ts
Line 4 in 3ee138b
4: "w-1/3",
to:ui/src/col/col.tsx
Line 5 in 5b612c4
The text was updated successfully, but these errors were encountered: