Skip to content

Commit

Permalink
docs(grid): fix api table (ant-design#27723)
Browse files Browse the repository at this point in the history
  • Loading branch information
hengkx authored Nov 12, 2020
1 parent 7b6bb42 commit 57246c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/grid/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ If the Ant Design grid layout component does not meet your needs, you can use th

### Row

| Property | Description | Type | Default | Version | |
| --- | --- | --- | --- | --- | --- |
| align | Vertical alignment | `top` \| `middle` \| `bottom` | `top` | | |
| gutter | Spacing between grids, could be a number or a object like { xs: 8, sm: 16, md: 24}. Or you can use array to make horizontal and vertical spacing work at the same time `[horizontal, vertical]` | number \| object \| array | 0 | | |
| justify | Horizontal arrangement | `start` \| `end` \| `center` \| `space-around` \| `space-between` | `start` | | |
| Property | Description | Type | Default | Version |
| --- | --- | --- | --- | --- |
| align | Vertical alignment | `top` \| `middle` \| `bottom` | `top` | |
| gutter | Spacing between grids, could be a number or a object like { xs: 8, sm: 16, md: 24}. Or you can use array to make horizontal and vertical spacing work at the same time `[horizontal, vertical]` | number \| object \| array | 0 | |
| justify | Horizontal arrangement | `start` \| `end` \| `center` \| `space-around` \| `space-between` | `start` | |
| wrap | Auto wrap line | boolean | true | 4.8.0 |

### Col
Expand Down

0 comments on commit 57246c5

Please sign in to comment.