publ-echo-test 0.0.283 → 0.0.284
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.
@@ -181,7 +181,7 @@ var GridItem = function (_a) {
|
|
181
181
|
var paddingLR = paddingL + paddingR;
|
182
182
|
var paddingTB = paddingT + paddingB;
|
183
183
|
var compositionWrapperPaddingLR = (compositionBGwrapperPaddingL + compositionBGwrapperPaddingR) *
|
184
|
-
|
184
|
+
compositionRows;
|
185
185
|
var listMinWidth = oneCompositionMinWidth * numberOfColumns +
|
186
186
|
(numberOfColumns - 1) * columnGap +
|
187
187
|
paddingLR +
|