mam 1.11.160 → 1.11.162
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/node.test.js +4 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
package/node.test.js
CHANGED
|
@@ -13179,7 +13179,10 @@ var $;
|
|
|
13179
13179
|
shrink: 1,
|
|
13180
13180
|
},
|
|
13181
13181
|
outline: 'none',
|
|
13182
|
-
|
|
13182
|
+
align: {
|
|
13183
|
+
self: 'stretch',
|
|
13184
|
+
items: 'flex-start',
|
|
13185
|
+
},
|
|
13183
13186
|
boxSizing: 'border-box',
|
|
13184
13187
|
willChange: 'scroll-position',
|
|
13185
13188
|
scroll: {
|