Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a space before the learn more link in shrink index page #556

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ export default class ShrinkIndex extends Component<ShrinkIndexProps, ShrinkIndex
label: "Specify advanced index settings",
helpText: (
<>
Specify a comma-delimited list of settings.
Specify a comma-delimited list of settings.&nbsp;
<EuiLink href={INDEX_SETTINGS_URL} target="_blank">
View index settings.
</EuiLink>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ exports[`<Shrink index /> spec renders the component 1`] = `
class="euiFormHelpText euiFormRow__text"
style="padding-top: 0px; padding-bottom: 4px;"
>
Specify a comma-delimited list of settings.
Specify a comma-delimited list of settings. 
<a
class="euiLink euiLink--primary"
href="https://opensearch.org/docs/latest/api-reference/index-apis/create-index#index-settings"
Expand Down