diy-template-components 1.0.54 → 1.0.55
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 +3 -3
- package/build/index.es.js.map +1 -1
- package/build/index.js +3 -3
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -6625,8 +6625,8 @@ const useSectionStyles$1 = createUseStyles(theme => ({
|
|
|
6625
6625
|
|
|
6626
6626
|
leftContainer: {
|
|
6627
6627
|
width: '65%',
|
|
6628
|
-
display: 'flex'
|
|
6629
|
-
flexDirection: 'column'
|
|
6628
|
+
display: 'flex'
|
|
6629
|
+
// flexDirection: 'column'
|
|
6630
6630
|
// justifyContent: 'space-between'
|
|
6631
6631
|
},
|
|
6632
6632
|
|
|
@@ -7047,7 +7047,7 @@ const useSectionStyles = createUseStyles(theme => ({
|
|
|
7047
7047
|
},
|
|
7048
7048
|
leftContainer: {
|
|
7049
7049
|
display: 'flex',
|
|
7050
|
-
flexDirection: 'column',
|
|
7050
|
+
// flexDirection: 'column',
|
|
7051
7051
|
flex: 1
|
|
7052
7052
|
// justifyContent: 'space-between',
|
|
7053
7053
|
// flex: 1
|