-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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: Custom Translation setting does not wrap text correctly #29459
Conversation
🦋 Changeset detectedLatest commit: 8fd7d58 The changes in this PR will be included in the next version bump. This PR includes changesets to release 24 packages
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 |
Codecov Report
@@ Coverage Diff @@
## develop #29459 +/- ##
===========================================
+ Coverage 39.44% 45.56% +6.11%
===========================================
Files 671 694 +23
Lines 12711 12990 +279
Branches 2176 2224 +48
===========================================
+ Hits 5014 5919 +905
+ Misses 7401 6746 -655
- Partials 296 325 +29
Flags with carried forward coverage won't be shown. Click here to find out more. |
Proposed changes (including videos or screenshots)
The JSON field does not deal with line break correctly. The whole UI on that section breaks when simply typing a big sequence of characters.
The text should be wrapped to avoid this type of behaviors.
After fixing the bug:
Full screen:
Issue(s)
WM-40
Steps to test or reproduce
On the JSON field, simply type a big sequence of characters.
Further comments