diff --git a/CHANGELOG.md b/CHANGELOG.md index 8961519a341..1485b70fece 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,12 @@ and this project adheres to ## [Unreleased] +### Fixed + +- Safari: give workflow trigger icons explicit size so Heroicons fill their + node slot, and raise adaptor-docs COPY/ADD controls above the example block. + [#2960](https://github.com/OpenFn/lightning/issues/2960) + ### Changed - The AI assistant is the global assistant for everyone. It was behind the diff --git a/assets/js/adaptor-docs/components/render/Function.tsx b/assets/js/adaptor-docs/components/render/Function.tsx index 9e8be5b9a05..893657eb353 100644 --- a/assets/js/adaptor-docs/components/render/Function.tsx +++ b/assets/js/adaptor-docs/components/render/Function.tsx @@ -70,8 +70,11 @@ const Example = ({ eg, onInsert }: ExampleProps) => { -
+
{code}