@treely/strapi-slices 4.1.2 → 4.1.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.
@@ -4778,7 +4778,7 @@ var Timeline = function Timeline(_ref) {
4778
4778
  key: item.id,
4779
4779
  columns: [1, null, null, 2],
4780
4780
  alignContent: "center",
4781
- gridTemplateColumns: [null, null, null, '5% 85%'],
4781
+ gridTemplateColumns: [null, null, null, '1fr 16fr'],
4782
4782
  position: "relative"
4783
4783
  }, React.createElement(Flex, {
4784
4784
  alignItems: "center",