We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.1.3
react 16
https://codepen.io/gjh/pen/OzamYx
use <List grid={{ gutter: 20, sm: 2, xs: 2, xl: 2, xxl: 4 }}>, but xxl seems useless. Its description is here
<List grid={{ gutter: 20, sm: 2, xs: 2, xl: 2, xxl: 4 }}>
I hope to divide into four parts in 1600 pixels on the screen。
It divided into two parts, kept xl.
The text was updated successfully, but these errors were encountered:
add grid xxl to List fixed: #9019
9e4919b
add grid xxl to List fixed: #9019 (#9038)
a09f531
I hope to divide into five parts in 1600 pixels on the screen,but it`s cannot.
Sorry, something went wrong.
in my case, I found xl not works, but xxl works, as below https://codepen.io/changsijay/pen/MWweMex?editors=0010
xl
xxl
sorry let me open a new issue for this, cause it closed
No branches or pull requests
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 hereWhat 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.
The text was updated successfully, but these errors were encountered: