@lingk/sync 2.2.2 → 2.2.3

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.
@@ -6412,7 +6412,9 @@ module.exports =
6412
6412
 
6413
6413
  return _react2.default.createElement(
6414
6414
  "div",
6415
- { className: "env-section-body" },
6415
+ {
6416
+ className: isFlatFile ? "env-section-body-flat-file" : "env-section-body"
6417
+ },
6416
6418
  config.message && !isGoogle ? _react2.default.createElement(
6417
6419
  "p",
6418
6420
  { style: { marginBottom: 16 } },