Fix positionning issue of Icon in Address Selection (#2754)
This commit is contained in:
parent
67f734cb20
commit
5c49168a66
@ -46,3 +46,7 @@
|
||||
.paddedInput input {
|
||||
padding-left: 46px !important;
|
||||
}
|
||||
|
||||
.container {
|
||||
position: relative;
|
||||
}
|
||||
|
@ -57,7 +57,7 @@ export default class AddressSelect extends Component {
|
||||
const { entries } = this.state;
|
||||
|
||||
return (
|
||||
<div>
|
||||
<div className={ styles.container }>
|
||||
<AutoComplete
|
||||
className={ error ? '' : styles.paddedInput }
|
||||
disabled={ disabled }
|
||||
|
Loading…
Reference in New Issue
Block a user