From ff228e6470955949cca74540f5e40682eeddaf9d Mon Sep 17 00:00:00 2001 From: Sander Philipse <94373878+sphilipse@users.noreply.github.com> Date: Fri, 23 Dec 2022 17:46:26 +0100 Subject: [PATCH] [Enterprise Search] Make add domain input full width (#148064) This makes the add domain input in the Elastic crawler full width --- .../crawler/domain_management/add_domain/add_domain_form.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/crawler/domain_management/add_domain/add_domain_form.tsx b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/crawler/domain_management/add_domain/add_domain_form.tsx index e3d38256e9642..512a69030e382 100644 --- a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/crawler/domain_management/add_domain/add_domain_form.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/crawler/domain_management/add_domain/add_domain_form.tsx @@ -57,7 +57,10 @@ export const AddDomainForm: React.FC = () => { > - setAddDomainFormInputValue('') }}> + setAddDomainFormInputValue('') }} + fullWidth + >