Browse Source

docs: optimize icon doc in rtl (#22982)

pull/22982/merge
xrkffgg 5 years ago
committed by GitHub
parent
commit
1380850a34
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      site/theme/template/IconDisplay/index.tsx

2
site/theme/template/IconDisplay/index.tsx

@ -110,7 +110,7 @@ class IconDisplay extends React.Component<IconDisplayProps, IconDisplayState> {
</Radio.Group>
<Input.Search
placeholder={messages['app.docs.components.icon.search.placeholder']}
style={{ marginLeft: 10, flex: 1 }}
style={{ margin: '0 10px', flex: 1 }}
allowClear
onChange={e => this.handleSearchIcon(e.currentTarget.value)}
size="large"

Loading…
Cancel
Save