Fix select address button on small resolutions (#1943)
This commit is contained in:
parent
ed1c189b02
commit
2b7d514da5
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ const OrderCustomerAddressesSearch: React.FC<OrderCustomerAddressesSearchProps>
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<DialogContent>
|
<DialogContent className={classes.dialogContent}>
|
||||||
{intl.formatMessage(messages.searchInfo)}
|
{intl.formatMessage(messages.searchInfo)}
|
||||||
<VerticalSpacer spacing={2} />
|
<VerticalSpacer spacing={2} />
|
||||||
<TextField
|
<TextField
|
||||||
|
|
Loading…
Reference in a new issue