diff --git a/content/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud.md b/content/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud.md index 409dc8958e..39076ceab8 100644 --- a/content/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud.md +++ b/content/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud.md @@ -59,6 +59,8 @@ The following features are not included in the trial of {% data variables.produc Before you can try {% data variables.product.prodname_ghe_cloud %}, you must be signed into a personal account. If you don't already have a personal account on {% data variables.product.prodname_dotcom_the_website %}, you must create one. For more information, see "[AUTOTITLE](/free-pro-team@latest/get-started/signing-up-for-github/signing-up-for-a-new-github-account)." +If your company has a Microsoft Enterprise Agreement, contact {% data variables.contact.contact_enterprise_sales %} to begin your trial and ensure the trial is connected to your Enterprise Agreement. + {% data reusables.enterprise.create-enterprise-account %} 1. Follow the prompts to configure your trial. diff --git a/src/search/components/Search.tsx b/src/search/components/Search.tsx index 7375178152..02ded05158 100644 --- a/src/search/components/Search.tsx +++ b/src/search/components/Search.tsx @@ -82,7 +82,7 @@ export function Search() { borderBottomRightRadius: 'unset', borderTopRightRadius: 'unset', borderRight: 'none', - minWidth: localQuery ? 'unset' : '15rem', + minWidth: '15rem', }} />