Fix the app search bar icon issue of the APPM publisher

This commit is contained in:
nipun 2019-10-14 10:58:50 +05:30
parent 8e8411ab38
commit 06dee0e6a5

View File

@ -69,7 +69,7 @@ class ListApps extends React.Component {
<Search <Search
placeholder="input search text" placeholder="input search text"
onSearch={this.setSearchText} onSearch={this.setSearchText}
style={{width: 170}} style={{width: 170, zIndex:0}}
/> />
</Col> </Col>
</Row> </Row>