Skip to content

Commit

Permalink
Readjust space between the search bar and the actions (#8033) (#8094)
Browse files Browse the repository at this point in the history
(cherry picked from commit f5cdce6)

Signed-off-by: Miki <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 4ee18a3 commit e783a39
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 e783a39

Please sign in to comment.