Revert style change that causes rows to overlap or get truncated#78408
Conversation
This partially reverts commit 86f4771 to fix the row height causing components to overlap
Codecov Report✅ Changes either increased or maintained existing code coverage, great job!
|
|
|
||
| return ( | ||
| <View style={[styles.flexRow, styles.alignItemsCenter, styles.mb4, styles.messagesRowHeight, containerStyles]}> | ||
| <View style={[styles.flexRow, styles.alignItemsCenter, containerStyles]}> |
There was a problem hiding this comment.
@francoisl let's update below line to errorRowStyles={[styles.ph5, styles.mb4]} in addition to this removal.
I confirmed that this doesn't break what they fixed.
styles.messagesRowHeight is redundant, no need.
There was a problem hiding this comment.
Updated. Thanks for the review. Would you be able to also test for #78331 please? I can't get my IOS simulator to work anymore
Reviewer Checklist
Screenshots/VideosAndroid: HybridAppAndroid: mWeb ChromeiOS: mWeb Safari |
|
@madmax330 Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
Revert style change that causes rows to overlap or get truncated (cherry picked from commit 0ea0d0c) (cherry-picked to staging by francoisl)
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
|
🚀 Cherry-picked to staging by https://github.com/francoisl in version: 9.2.86-3 🚀
|
|
🚀 Deployed to production by https://github.com/marcaaron in version: 9.2.86-4 🚀
|
|
🚀 Cherry-picked to staging by https://github.com/francoisl in version: 9.2.87-0 🚀
|
|
🚀 Deployed to production by https://github.com/mountiny in version: 9.2.87-7 🚀
|






Explanation of Change
This partially reverts commit 86f4771 to fix the row height causing components to overlap.
Fixed Issues
$ #78329
$ #78331
Tests
There was an error updating your vacation delegate.does not overlap with the component above itOffline tests
QA Steps
Same as test steps above
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectioncanBeMissingparam foruseOnyxtoggleReportand notonIconClick)src/languages/*files and using the translation methodSTYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))npm run compress-svg)Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
MacOS: Chrome / Safari