Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 4 as an option of the xs prop in Col #162

Open
huyenltnguyen opened this issue May 30, 2024 · 0 comments
Open

Add 4 as an option of the xs prop in Col #162

huyenltnguyen opened this issue May 30, 2024 · 0 comments
Assignees

Comments

@huyenltnguyen
Copy link
Member

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 support 4 as an xs value:

xs?: 6 | 8 | 10 | 12;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant