1
0
mirror of synced 2026-01-24 06:01:08 -05:00

Merge pull request #29334 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2023-10-23 05:38:25 -07:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -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.

View File

@@ -82,7 +82,7 @@ export function Search() {
borderBottomRightRadius: 'unset',
borderTopRightRadius: 'unset',
borderRight: 'none',
minWidth: localQuery ? 'unset' : '15rem',
minWidth: '15rem',
}}
/>
</label>