-
Notifications
You must be signed in to change notification settings - Fork 2
Fix/hero floating width #1375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/hero floating width #1375
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unrelated lint and fix
Datadog ReportBranch report: ✅ 0 Failed, 566 Passed, 46 Skipped, 1m 48.75s Total Time 🔻 Code Coverage Decreases vs Default Branch (1)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor question; tested with single word title + description; the hero floating box still looked good
packages/components/src/templates/next/components/complex/Hero/HeroFloating.tsx
Outdated
Show resolved
Hide resolved
@sehyunidaaa i have added another example to show how it looks like on homepage! |
Problem
Floating variance is not full width if the text is too short
Ref: https://opengovproducts.slack.com/archives/C06R4DX966P/p1748325229517369
Solution
Breaking Changes
Bug Fixes:
Before & After Screenshots
BEFORE:
AFTER:
Tests