-
Notifications
You must be signed in to change notification settings - Fork 155
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
[Rich text editor] Fix placeholder spilling onto multiple lines #1347
Conversation
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #1347 +/- ##
========================================
Coverage 57.91% 57.92%
========================================
Files 1109 1109
Lines 29256 29258 +2
Branches 5976 5976
========================================
+ Hits 16945 16947 +2
Misses 9683 9683
Partials 2628 2628
☔ View full report in Codecov by Sentry. |
Kudos, SonarCloud Quality Gate passed! |
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.
Thanks!
Type of change
Content
Fix rich text editor placeholder spilling onto multiple lines.
Motivation and context
The French translation for the editor placeholder is verbose and may spill onto multiple lines if not truncated.
Screenshots / GIFs
Tests
Tested manually by substituting the placeholder with long text.
Tested devices
Checklist