Skip to content

Commit

Permalink
Merge pull request #3969 from GovAlta/Fix-CS-3886
Browse files Browse the repository at this point in the history
fix-cs-3886 Two UI issues have been identified: - Text Overflow and D…
  • Loading branch information
Sankeerth-Mulkalla-goa authored Jan 15, 2025
2 parents 3bb1ba5 + a98d54c commit 4648835
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ const SearchBox = styled.div`
padding: 0.5rem;
color: var(--color-gray-900);
}
.suggestion-active,
.suggestions li:hover {
background-color: var(--color-primary);
color: var(--color-white);
Expand Down

0 comments on commit 4648835

Please sign in to comment.