Skip to content

Commit

Permalink
Fix styling in MH
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyEJohnson committed Aug 27, 2024
1 parent d5b5e50 commit d76dda2
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,15 @@ const StyledDropdownList = styled(DropdownList)`
li {
display: flex;
button,
a {
border: 0;
width: 100%;
:focus,
:hover {
outline-width: 0;
}
}
}
`;
Expand Down

0 comments on commit d76dda2

Please sign in to comment.