Skip to content

Commit

Permalink
fixed content description styles in lesson details (#3002)
Browse files Browse the repository at this point in the history
  • Loading branch information
SofiiaYevush authored Dec 20, 2024
1 parent 39bd2bd commit 97a02f7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/pages/lesson-details/LessonsDetails.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ export const styles = {
titleWithDescription: {
wrapper: { mb: '24px' },
title: { typography: TypographyVariantEnum.H4, mb: '16px' },
description: { typography: TypographyVariantEnum.Body2 }
description: {
typography: TypographyVariantEnum.Body2,
wordWrap: 'break-word',
overflowWrap: 'break-word'
}
},
content: {
p: '16px 16px 0',
Expand All @@ -18,7 +22,9 @@ export const styles = {
},
'& :last-child': {
mb: '0'
}
},
wordWrap: 'break-word',
overflowWrap: 'break-word'
},
attachmentList: {
pt: '16px',
Expand Down

0 comments on commit 97a02f7

Please sign in to comment.