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.es.js
CHANGED
|
@@ -6609,8 +6609,8 @@ const useSectionStyles$1 = createUseStyles(theme => ({
|
|
|
6609
6609
|
|
|
6610
6610
|
leftContainer: {
|
|
6611
6611
|
width: '65%',
|
|
6612
|
-
display: 'flex'
|
|
6613
|
-
flexDirection: 'column'
|
|
6612
|
+
display: 'flex'
|
|
6613
|
+
// flexDirection: 'column'
|
|
6614
6614
|
// justifyContent: 'space-between'
|
|
6615
6615
|
},
|
|
6616
6616
|
|
|
@@ -7031,7 +7031,7 @@ const useSectionStyles = createUseStyles(theme => ({
|
|
|
7031
7031
|
},
|
|
7032
7032
|
leftContainer: {
|
|
7033
7033
|
display: 'flex',
|
|
7034
|
-
flexDirection: 'column',
|
|
7034
|
+
// flexDirection: 'column',
|
|
7035
7035
|
flex: 1
|
|
7036
7036
|
// justifyContent: 'space-between',
|
|
7037
7037
|
// flex: 1
|