Skip to content

Commit

Permalink
Readjust space between the search bar and the actions (opensearch-pro…
Browse files Browse the repository at this point in the history
…ject#8033)

Signed-off-by: Miki <[email protected]>
  • Loading branch information
AMoo-Miki authored Sep 10, 2024
1 parent dc62362 commit f5cdce6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@

.headerAppActionMenu .globalQueryBar,
.headerAppActionMenu .globalDatePicker {
// The left-padding is a magic number just to add some space to the left that reduces with screen width
padding: 0 0 0 calc(100vw - 1600px);
padding: 0;
}

.globalFilterGroup__filterBar {
Expand Down
5 changes: 4 additions & 1 deletion src/plugins/navigation/public/top_nav_menu/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,12 @@
.euiText {
line-height: $euiFormControlCompressedHeight;
white-space: nowrap;
max-width: 18ch;
overflow: hidden;
text-overflow: ellipsis;

@media only screen and (max-width: map-get($euiBreakpoints, "xxl")) {
max-width: 18ch;
}
}
}

Expand Down

0 comments on commit f5cdce6

Please sign in to comment.