diy-template-components 0.0.65 → 0.0.66
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 +4 -2
- package/build/index.es.js.map +1 -1
- package/build/index.js +4 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -144,7 +144,8 @@ const useSectionStyles$a = createUseStyles(theme => ({
|
|
|
144
144
|
fontWeight: '500',
|
|
145
145
|
fontSize: '16px',
|
|
146
146
|
lineHeight: '24px',
|
|
147
|
-
color: '#3C4852'
|
|
147
|
+
color: '#3C4852',
|
|
148
|
+
marginLeft: "8px"
|
|
148
149
|
},
|
|
149
150
|
mobileContent: {
|
|
150
151
|
display: 'flex',
|
|
@@ -232,7 +233,8 @@ const useSectionStyles$a = createUseStyles(theme => ({
|
|
|
232
233
|
'-webkit-box-orient': 'vertical',
|
|
233
234
|
overflow: 'hidden',
|
|
234
235
|
textOverflow: 'ellipsis',
|
|
235
|
-
overflowWrap: 'anywhere'
|
|
236
|
+
overflowWrap: 'anywhere',
|
|
237
|
+
marginLeft: "0px"
|
|
236
238
|
}
|
|
237
239
|
}));
|
|
238
240
|
|