-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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(altered-modal): make specified text fields wrap in table #18822
fix(altered-modal): make specified text fields wrap in table #18822
Conversation
Codecov Report
@@ Coverage Diff @@
## master #18822 +/- ##
==========================================
+ Coverage 66.31% 66.34% +0.02%
==========================================
Files 1620 1641 +21
Lines 63075 63479 +404
Branches 6370 6446 +76
==========================================
+ Hits 41827 42112 +285
- Misses 19591 19703 +112
- Partials 1657 1664 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/testenv up |
@rusackas Ephemeral environment spinning up at http://35.162.207.97:8080. Credentials are |
We should probably limit this change to particular columns (via a prop?) or at least to this particular modal. This change is global enough that it's affecting other areas such as the CRUD view: Pinging @nytai who wrote the original styles, in case I'm overthinking it and wrapping everywhere seems like an acceptable change. |
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.
We should narrow the scope of the modal so there's no global fallout.
Ephemeral environment shutdown and build artifacts deleted. |
/testenv up |
Updated the PR title to make it reflect the change more accurately. Feel free to change my wording as needed. |
@rusackas Ephemeral environment spinning up at http://52.40.145.198:8080. Credentials are |
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!
Ephemeral environment shutdown and build artifacts deleted. |
* fix(altered-modal): make all text fields wrap * fix(altered-modal): limit the wrap text in particular column * fix(altered-modal): make to update the unit test * fix(altered-modal): make to fix the type of columnsForWrapText * fix(alerted-modal): make to fix the type of columnsForWrapTest with string type (cherry picked from commit 220c461)
SUMMARY
Altered Modal Doesn't Scroll or Wrap Text
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
After:
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION