Skip to content

Commit

Permalink
fix: word break in datalist
Browse files Browse the repository at this point in the history
  • Loading branch information
m-abe-dev committed Jun 19, 2024
1 parent 4332acd commit 726135f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
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
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ 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 726135f

Please sign in to comment.