@true-engineering/true-react-common-ui-kit 3.27.0 → 3.27.1

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.
package/README.md CHANGED
@@ -11,6 +11,12 @@
11
11
 
12
12
  # Release Notes
13
13
 
14
+ ## 3.27.1
15
+
16
+ ### Changes
17
+
18
+ - **List**: Фикс стилей отступов
19
+
14
20
  ## 3.27.0
15
21
 
16
22
  ### Changes
@@ -8201,6 +8201,7 @@ var useStyles$S = createThemedStyles("List", {
8201
8201
  margin: 0
8202
8202
  },
8203
8203
  nestedItems: {
8204
+ marginTop: -8,
8204
8205
  paddingLeft: 4
8205
8206
  }
8206
8207
  });