Skip to content

Commit

Permalink
fix quick filters issue in unified search
Browse files Browse the repository at this point in the history
  • Loading branch information
mgiota committed Mar 12, 2024
1 parent ea99e78 commit e2bdadf
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 e2bdadf

Please sign in to comment.