Skip to content

Commit

Permalink
fix select width
Browse files Browse the repository at this point in the history
  • Loading branch information
fifsky committed Apr 13, 2020
1 parent 41b5d09 commit ac3cc61
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions web/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,9 @@ export default () => {
}
>
<Row style={{marginBottom:'24px'}}>
<Col>
<Select mode="tags" style={{width: '100%'}} defaultValue={tags} placeholder="Tags" onChange={handleTags}>
{tags}
</Select>
</Col>
<Select mode="tags" style={{width: '100%'}} defaultValue={tags} placeholder="Tags" onChange={handleTags}>
{tags}
</Select>
</Row>
<Row gutter={{xs: 8, sm: 16, md: 24, lg: 32}}>
<Col span={12}>
Expand Down

0 comments on commit ac3cc61

Please sign in to comment.