From 66c42e4c4d10cfa158518df83fd0a4e2f670d55a Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Mon, 23 Oct 2023 07:53:39 -0400 Subject: [PATCH 1/2] Don't change width of search input if has query (#44354) --- src/search/components/Search.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/search/components/Search.tsx b/src/search/components/Search.tsx index 7375178152f3..02ded05158fd 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', }} /> From b449c94caff84334020b1b4a9111030814bbc926 Mon Sep 17 00:00:00 2001 From: Matt Pollard Date: Mon, 23 Oct 2023 14:09:00 +0200 Subject: [PATCH 2/2] Add admonishment about beginning a GHEC trial for Microsoft EA customers (#44248) --- .../setting-up-a-trial-of-github-enterprise-cloud.md | 2 ++ 1 file changed, 2 insertions(+) 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 409dc8958ed2..39076ceab803 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.