Skip to content

Commit

Permalink
Merge pull request #1104 from newrelic/develop
Browse files Browse the repository at this point in the history
release
  • Loading branch information
sunnyzanchi authored Oct 17, 2024
2 parents fb7a28d + e4c3472 commit c6ab500
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ const List = styled.ul`
color: var(--search-dropdown-emphasis);
font-style: normal;
}
@media (max-height: 980px) {
max-height: 24rem;
}
`;

const Result = styled.li`
Expand Down

0 comments on commit c6ab500

Please sign in to comment.