diy-template-components 0.2.58 → 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
@@ -6970,11 +6970,6 @@ const useWebinarPromotionPage = createUseStyles(theme => {
6970
6970
  clipPath: 'polygon(0 0, 100% 0, 100% calc(100% - 10px), 0 calc(100% - 10px), 15px calc(50% - 10px/2))',
6971
6971
  marginBottom: '16px'
6972
6972
  },
6973
- '@media screen and (max-width: 1024px)': {
6974
- bannerContainer: {
6975
- width: '400px'
6976
- }
6977
- },
6978
6973
  bannerContainerText: {
6979
6974
  transform: 'rotate(180deg)'
6980
6975
  },
@@ -7404,11 +7399,6 @@ const useCoursePromotionPage = createUseStyles(theme => {
7404
7399
  clipPath: 'polygon(0 0, 100% 0, 100% calc(100% - 10px), 0 calc(100% - 10px), 15px calc(50% - 10px/2))',
7405
7400
  marginBottom: '16px'
7406
7401
  },
7407
- '@media screen and (max-width: 1024px)': {
7408
- bannerContainer: {
7409
- width: '400px'
7410
- }
7411
- },
7412
7402
  bannerContainerText: {
7413
7403
  transform: 'rotate(180deg)'
7414
7404
  },
@@ -7429,9 +7419,11 @@ const useCoursePromotionPage = createUseStyles(theme => {
7429
7419
  },
7430
7420
  courseDetailsTags: {
7431
7421
  marginTop: '16px',
7432
- display: 'flex'
7422
+ display: 'flex',
7423
+ flexWrap: 'wrap'
7433
7424
  },
7434
7425
  courseDetailTag: {
7426
+ marginTop: '5px',
7435
7427
  display: 'flex',
7436
7428
  alignItems: 'center',
7437
7429
  marginRight: '20px',
@@ -7446,6 +7438,7 @@ const useCoursePromotionPage = createUseStyles(theme => {
7446
7438
  lineHeight: '24px',
7447
7439
  wordBreak: 'break-word',
7448
7440
  color: theme.palette.font.primary,
7441
+ whiteSpace: 'pre-wrap',
7449
7442
  margin: '10px 0 20px'
7450
7443
  },
7451
7444
  courseDetailViewFullDetails: {