diy-template-components 3.0.5 → 3.0.6
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
|
@@ -151,7 +151,9 @@ const useSectionStyles$a = createUseStyles(theme => ({
|
|
|
151
151
|
maxWidth: '185px',
|
|
152
152
|
cursor: 'default',
|
|
153
153
|
height: '46px',
|
|
154
|
-
position: 'relative'
|
|
154
|
+
position: 'relative',
|
|
155
|
+
display: 'flex',
|
|
156
|
+
alignItems: 'center'
|
|
155
157
|
},
|
|
156
158
|
appNameClass: {
|
|
157
159
|
fontStyle: 'normal',
|
|
@@ -167,7 +169,7 @@ const useSectionStyles$a = createUseStyles(theme => ({
|
|
|
167
169
|
width: '100%',
|
|
168
170
|
'& img': {
|
|
169
171
|
marginRight: '8px',
|
|
170
|
-
maxWidth: '
|
|
172
|
+
maxWidth: '180px',
|
|
171
173
|
maxHeight: '40px'
|
|
172
174
|
}
|
|
173
175
|
},
|