Skip to content

Commit

Permalink
fix: word break in infobox
Browse files Browse the repository at this point in the history
  • Loading branch information
m-abe-dev committed Jun 19, 2024
1 parent 435fd22 commit 4332acd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ const Wrapper = styled.div`
margin: 0;
padding: 10px 0;
border-radius: 6px;
word-break: break-all;
`;

const BlockWrapper = styled.div<{
Expand Down

0 comments on commit 4332acd

Please sign in to comment.