Skip to content

Commit

Permalink
Readjust spacing of header (opensearch-project#7829)
Browse files Browse the repository at this point in the history
Signed-off-by: Miki <miki@amazon.com>
  • Loading branch information
AMoo-Miki authored Aug 23, 2024
1 parent c3fb7e4 commit 5c76d35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/public/chrome/ui/header/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

.newTopNavHeader {
z-index: 1000;
padding: 0 $euiSizeL $euiSizeS;
padding: 0 $euiSize $euiSizeS;
box-shadow: none;
border-bottom: none;
background: none;
Expand Down Expand Up @@ -93,13 +93,13 @@
.newAppTopNavExpander {
position: fixed;
left: 0;
top: $euiSizeL - $euiSizeXS;
top: $euiSize;
}

.newPageTopNavExpander {
position: fixed;
left: 0;
top: $euiSizeL - $euiSizeXS;
top: $euiSize;
}

.stretchedActionMenu {
Expand Down

0 comments on commit 5c76d35

Please sign in to comment.