Skip to content

Commit

Permalink
[Enterprise Search] Make add domain input full width (elastic#148064)
Browse files Browse the repository at this point in the history
This makes the add domain input in the Elastic crawler full width
  • Loading branch information
sphilipse authored Dec 23, 2022
1 parent 1b8ddc6 commit ff228e6
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ export const AddDomainForm: React.FC = () => {
>
<EuiFlexGroup>
<EuiFlexItem grow>
<EuiFormControlLayout clear={{ onClick: () => setAddDomainFormInputValue('') }}>
<EuiFormControlLayout
clear={{ onClick: () => setAddDomainFormInputValue('') }}
fullWidth
>
<EuiFieldText
autoFocus
value={addDomainFormInputValue}
Expand Down

0 comments on commit ff228e6

Please sign in to comment.