fix(rn): card header subtitle wraps correctly, footer buttons stay within bounds#3468
fix(rn): card header subtitle wraps correctly, footer buttons stay within bounds#3468rohitr-raz wants to merge 5 commits into
Conversation
…thin bounds Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
🦋 Changeset detectedLatest commit: cc79c4f The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
✅ PR title follows Conventional Commits specification. |
PR DescriptionFix React Native card layout so header subtitle wraps correctly and footer buttons stay within card bounds. Description of Changes
Note for ReviewerChanges are React Native layout fixes only. Web layout should be unaffected since Review Effort3 Flow DiagramNot applicable Generated by Slash Reviewer |
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit cc79c4f:
|
… changes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
PR Risk Assessment: 🟢 LOWRule Source: standard_rules ReasoningThis PR fixes two React Native layout bugs in the Card component: (1) removing 🔍 Pre-Mortem AnalysisCategories Checked:
Issues by Severity:
Files Affected:
Analysis Summary:
Sub-Agent Attribution
Assessed by Slash Reviewer |
…rTrailing buttons Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…latform check Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>







Summary
flex={1}from inner row inCardHeaderLeadingand addflexShrink={1}to text container — fixes subtitle text clipping through the divider on React NativeflexGrow={1}withflex={1}andgap="spacing.5"onCardFooterTrailingrow — fixes Reset/Save Details buttons overflowing the right edge of the card on React Native##Description
Before:
After:
Test plan
CardHeadersubtitle wraps fully above the divider on a physical Android/iOS deviceCardFooterReset and Save Details buttons are both visible within card bounds on mobile🤖 Generated with Claude Code