@true-engineering/true-react-common-ui-kit 3.0.0-alpha.7 → 3.0.0-alpha.8

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.
@@ -11047,10 +11047,13 @@
11047
11047
  padding: [
11048
11048
  11,
11049
11049
  16
11050
- ]
11050
+ ],
11051
+ boxSizing: "border-box",
11052
+ width: "100%"
11051
11053
  },
11052
11054
  children: {
11053
- marginRight: "auto"
11055
+ marginRight: "auto",
11056
+ overflow: "hidden"
11054
11057
  }
11055
11058
  };
11056
11059
  var clearButtonStyles$2 = {