-
Notifications
You must be signed in to change notification settings - Fork 179
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(app): fix small bugs on ODD #13618
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## chore_release-7.0.0 #13618 +/- ##
====================================================
Coverage 71.30% 71.30%
====================================================
Files 2425 2425
Lines 68193 68193
Branches 7949 7949
====================================================
Hits 48628 48628
Misses 17703 17703
Partials 1862 1862
Flags with carried forward coverage won't be shown. Click here to find out more.
|
css={css` | ||
word-break: break-word; | ||
`} |
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.
Using css
since wordBreak="break-word" doesn't work.
I think at some point we would need to update StyleProps
to add new css properties.
I guess we will be able to work on this when we start working on the design system unification.
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.
Totally agree. It would make things a bit easier.
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.
lgtm, thank you!
Overview
Fix failed run modal text wrapping issue and RunSummary splash screen's textTransform issue.
before
after
close RAUT-703 and RAUT-704
Test Plan
Changelog
Review requests
Risk assessment
low