pds-dev-kit-web-test 2.4.46 → 2.4.47
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.
@@ -368,7 +368,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
368
368
|
var cellWidth_1 = width / MOBILE_GRID_COLS;
|
369
369
|
setRowHeight(cellWidth_1 * 0.56);
|
370
370
|
// baseFontSize !== 16 && setBaseFontSize(width * 0.0133);
|
371
|
-
responsiveFontMode ? setBaseFontSize(width * 0.
|
371
|
+
responsiveFontMode ? setBaseFontSize(width * 0.0421) : setBaseFontSize(16);
|
372
372
|
return;
|
373
373
|
}
|
374
374
|
var cellWidth = width / DESKTOP_GRID_COLS;
|