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.js CHANGED
@@ -7438,6 +7438,7 @@ const useCoursePromotionPage = createUseStyles(theme => {
7438
7438
  lineHeight: '24px',
7439
7439
  wordBreak: 'break-word',
7440
7440
  color: theme.palette.font.primary,
7441
+ whiteSpace: 'pre-wrap',
7441
7442
  margin: '10px 0 20px'
7442
7443
  },
7443
7444
  courseDetailViewFullDetails: {