Skip to content

Commit

Permalink
Merge pull request github#29334 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Oct 23, 2023
2 parents fa4c8b0 + b449c94 commit 67869d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/search/components/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export function Search() {
borderBottomRightRadius: 'unset',
borderTopRightRadius: 'unset',
borderRight: 'none',
minWidth: localQuery ? 'unset' : '15rem',
minWidth: '15rem',
}}
/>
</label>
Expand Down

0 comments on commit 67869d7

Please sign in to comment.