@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.
@@ -4766,7 +4766,8 @@ var Timeline = function Timeline(_ref) {
4766
4766
  overflow: "visible",
4767
4767
  maxWidth: ['full', null, null, '50%'],
4768
4768
  borderLeft: [null, null, null, 'dashed 1px var(--boemly-colors-gray-200)'],
4769
- position: "relative"
4769
+ position: "relative",
4770
+ width: "full"
4770
4771
  }, React.createElement(Flex, {
4771
4772
  flexDir: "column",
4772
4773
  overflow: "visible",