Skip to content

Commit

Permalink
review header subject container overflowWrap changed to anywhere for …
Browse files Browse the repository at this point in the history
…responsiveness
  • Loading branch information
tareq89 committed Nov 5, 2024
1 parent 062757e commit 99515f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const TitleContainer = styled.div`
`
const SubjectContainer = styled.div`
${({ theme }) => theme.fonts.h2}
overflow-wrap: break-word;
overflow-wrap: anywhere;
`
export const ReviewHeader = (props: IReviewHeaderProps) => {
const { id, logoSource, title, subject } = props
Expand Down

0 comments on commit 99515f9

Please sign in to comment.