diy-template-components 0.1.25 → 0.1.26
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 +2 -1
- package/build/index.es.js.map +1 -1
- package/build/index.js +2 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -7029,7 +7029,8 @@ const useCoursePromotionPage = createUseStyles(theme => {
|
|
|
7029
7029
|
priceContainer: {
|
|
7030
7030
|
display: 'flex',
|
|
7031
7031
|
flexDirection: 'column',
|
|
7032
|
-
width: 'fit-content'
|
|
7032
|
+
width: 'fit-content',
|
|
7033
|
+
minHeight: '62px'
|
|
7033
7034
|
},
|
|
7034
7035
|
originalPrice: {
|
|
7035
7036
|
textDecoration: 'line-through',
|