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

List grid props not support xxl(>=1600px) #9019

Closed
Gethomely opened this issue Jan 18, 2018 · 2 comments
Closed

List grid props not support xxl(>=1600px) #9019

Gethomely opened this issue Jan 18, 2018 · 2 comments
Labels
🐛 Bug Ant Design Team had proved that this is a bug.

Comments

@Gethomely
Copy link

Version

3.1.3

Environment

react 16

Reproduction link

https://codepen.io/gjh/pen/OzamYx

Steps to reproduce

use <List grid={{ gutter: 20, sm: 2, xs: 2, xl: 2, xxl: 4 }}>, but xxl seems useless. Its description is here

What is expected?

I hope to divide into four parts in 1600 pixels on the screen。

What is actually happening?

It divided into two parts, kept xl.

@ddcat1115 ddcat1115 added the 🐛 Bug Ant Design Team had proved that this is a bug. label Jan 19, 2018
nikogu added a commit that referenced this issue Jan 19, 2018
ddcat1115 pushed a commit that referenced this issue Jan 20, 2018
@xiakeweian
Copy link

I hope to divide into five parts in 1600 pixels on the screen,but it`s cannot.

@changsijay
Copy link

changsijay commented Feb 19, 2020

in my case, I found xl not works, but xxl works, as below
https://codepen.io/changsijay/pen/MWweMex?editors=0010

sorry let me open a new issue for this, cause it closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Ant Design Team had proved that this is a bug.
Projects
None yet
Development

No branches or pull requests

5 participants