Skip to content

Commit

Permalink
Merge pull request #2 from reearth/fix/text_overlap_for_infobox
Browse files Browse the repository at this point in the history
fix(web): word break in infobox
  • Loading branch information
airslice authored Jul 9, 2024
2 parents fec4acf + 4cfd44b commit d9fa69b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ const Wrapper = styled(Border)<{
margin: 0 8px;
${({ typography }) => typographyStyles({ ...typography })}
min-height: 70px;
word-break: break-all;
`;

const Dl = styled.dl`
Expand Down

0 comments on commit d9fa69b

Please sign in to comment.