fix(insights): add top margin to marketing analytics beta banner#57053
Open
fix(insights): add top margin to marketing analytics beta banner#57053
Conversation
The feedback banner was glued to the filter row above it. Match the spacing already used by the source status banner below. https://claude.ai/code/session_01DtaSute4gCdMw5Xhd1dPWs
lucasheriques
approved these changes
Apr 29, 2026
Contributor
|
Size Change: 0 B Total Size: 134 MB ℹ️ View Unchanged
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The feedback banner in the Marketing Analytics dashboard needs additional spacing from the content above it for better visual hierarchy and readability.
Changes
Added
className="mt-4"to theLemonBannercomponent in the Marketing Analytics dashboard to apply a top margin. Also reformatted the component props for better readability.How did you test this code?
No testing needed. This is a straightforward styling change that adds consistent spacing using the existing Tailwind utility class.
Publish to changelog?
No
https://claude.ai/code/session_01DtaSute4gCdMw5Xhd1dPWs