Skip to content

Commit

Permalink
fix: width 이슈 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
imddoy committed Jul 19, 2024
1 parent 66b0252 commit 62b9208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ export const Title = styled.h1`
`;

export const Description = styled.pre`
width: 32.7rem;
${({ theme }) => theme.fonts["body2-long"]};
color: ${({ theme }) => theme.colors.white};
word-break: break-all;
white-space: pre-line;
`;

export const Divider = styled.div`
Expand Down

0 comments on commit 62b9208

Please sign in to comment.