Skip to content

Commit

Permalink
[Enterprise Search] Make add domain input full width
Browse files Browse the repository at this point in the history
  • Loading branch information
sphilipse committed Dec 23, 2022
1 parent ffb1dc3 commit 2145578
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 2145578

Please sign in to comment.