pds-dev-kit-web-test 2.5.368 → 2.5.369
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.
@@ -180,7 +180,7 @@ var FlexGridCustomSection = (0, react_1.forwardRef)(function CustomSection(props
|
|
180
180
|
return size.width * 0.0133;
|
181
181
|
}
|
182
182
|
if (size.width < 1200) {
|
183
|
-
return Math.max(getDefensiveFontSize(device, size.width),
|
183
|
+
return Math.max(getDefensiveFontSize(device, size.width), 16);
|
184
184
|
}
|
185
185
|
return 16;
|
186
186
|
})();
|