diy-template-components 0.2.59 → 0.2.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.es.js CHANGED
@@ -7423,6 +7423,7 @@ const useCoursePromotionPage = createUseStyles(theme => {
7423
7423
  lineHeight: '24px',
7424
7424
  wordBreak: 'break-word',
7425
7425
  color: theme.palette.font.primary,
7426
+ whiteSpace: 'pre-wrap',
7426
7427
  margin: '10px 0 20px'
7427
7428
  },
7428
7429
  courseDetailViewFullDetails: {