Skip to content

Commit

Permalink
[SLO] fix UI issue in unified search (elastic#178582)
Browse files Browse the repository at this point in the history
Fixes elastic#178579

## Before

![Screenshot 2024-03-12 at 21 59
09](https://github.com/elastic/kibana/assets/2852703/a10d7a39-de03-455f-86a2-df7c36619d23)


## After
<img width="1444" alt="Screenshot 2024-03-12 at 22 55 57"
src="https://github.com/elastic/kibana/assets/2852703/39891b69-4812-4ca3-b706-268f4762e6f3">

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
mgiota and kibanamachine authored Mar 14, 2024
1 parent 3a040a1 commit b6b79bb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ export const getSelectedOptions = (filter?: Filter) => {
};

const Container = styled.div`
.controlsWrapper {
align-items: flex-start;
min-height: initial;
}
.controlGroup {
min-height: initial;
}
Expand Down

0 comments on commit b6b79bb

Please sign in to comment.