Skip to content

Commit

Permalink
Add border for header navigation on right (opensearch-project#5450)
Browse files Browse the repository at this point in the history
* Add border for header navigtion ight

Signed-off-by: Hailong Cui <ihailong@amazon.com>

* Add changelog

Signed-off-by: Hailong Cui <ihailong@amazon.com>

---------

Signed-off-by: Hailong Cui <ihailong@amazon.com>
  • Loading branch information
Hailong-am authored Nov 15, 2023
1 parent 40ba1f5 commit f6ce6e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- [BUG][Dev Tool] Add dev tool documentation link to dev tool's help menu [#5166](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5166)
- Fix navigation issue across dashboards ([#5435](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5435))
- [Discover] Fix table panel auto-sizing ([#5441](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5441))
- Fix missing border for header navigation control on right ([#5450](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5450))

### 🚞 Infrastructure

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/core/public/chrome/ui/header/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export function Header({
</EuiHeaderSectionItem>

<EuiHeaderSectionItem border="left">
<HeaderNavControls navControls$={observables.navControlsRight$} />
<HeaderNavControls side="right" navControls$={observables.navControlsRight$} />
</EuiHeaderSectionItem>

<EuiHeaderSectionItem border="left">
Expand Down

0 comments on commit f6ce6e7

Please sign in to comment.