Browse Source

Update verbiage in sample to match the property value (#21628)

pull/21642/head
dan-drews 5 years ago
committed by GitHub
parent
commit
2620801893
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/grid/__tests__/__snapshots__/demo.test.js.snap
  2. 2
      components/grid/demo/flex-align.md

2
components/grid/__tests__/__snapshots__/demo.test.js.snap

@ -312,7 +312,7 @@ Array [
<span
class="ant-divider-inner-text"
>
Align Center
Align Middle
</span>
</div>,
<div

2
components/grid/demo/flex-align.md

@ -39,7 +39,7 @@ ReactDOM.render(
</Row>
<Divider orientation="left" style={{ color: '#333', fontWeight: 'normal' }}>
Align Center
Align Middle
</Divider>
<Row justify="space-around" align="middle">
<Col span={4}>

Loading…
Cancel
Save