pds-dev-kit-web-test 2.5.560 → 2.5.561
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.
@@ -110,6 +110,7 @@ function ContentsList(props) {
|
|
110
110
|
CB_LAYOUT_PROP_PADDING.CB_LAYOUT_PROP_PADDING_SPEC_PADDING.bottom;
|
111
111
|
var numberOfRows = Math.ceil(numberOfItems / numberOfColumns);
|
112
112
|
var listMinWidth = oneCompositionMinWidth * numberOfColumns + (numberOfColumns - 1) * columnGap + paddingLR;
|
113
|
+
console.log('oneCompositionMinWidth', oneCompositionMinWidth);
|
113
114
|
var listMinHeight = oneCompositionMinHeight * numberOfRows +
|
114
115
|
(numberOfRows - 1) * rowGap +
|
115
116
|
paddingTB;
|