fix(announcements): make the home banner fit its text - #2683
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
|
@claude, review the changes |
|
Claude finished @wired-pasteque's task in 6m 10s —— View job Code review — PR #2683: make the home banner fit its text
VerdictSolid change — the approach is correct and well-tested. Found no correctness bugs. A few observations, roughly in order of importance: 1.
|
8ae3e20 to
1316a31
Compare
Before the banner had a hardcoded height, so it never matched the text it showed. Now the carousel sizes itself to its tallest card (no fixed height).