Skip to content

Commit

Permalink
fix candidateVote word break
Browse files Browse the repository at this point in the history
  • Loading branch information
eshark9312 committed Nov 22, 2023
1 parent 8af4ab8 commit 07d649e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ const CandidateVoteWrapper = styled(ListItem)`
padding: 16px 48px 16px 8px;
cursor: pointer;
* {
word-break: normal;
}
&:hover,
&:focus,
&:focus-within {
Expand Down

0 comments on commit 07d649e

Please sign in to comment.