@treely/strapi-slices 4.1.0 → 4.1.2

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.
@@ -4779,7 +4779,8 @@ var Timeline = function Timeline(_ref) {
4779
4779
  overflow: "visible",
4780
4780
  maxWidth: ['full', null, null, '50%'],
4781
4781
  borderLeft: [null, null, null, 'dashed 1px var(--boemly-colors-gray-200)'],
4782
- position: "relative"
4782
+ position: "relative",
4783
+ width: "full"
4783
4784
  }, React__default.default.createElement(boemly.Flex, {
4784
4785
  flexDir: "column",
4785
4786
  overflow: "visible",