-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
MudTextField: Fix line height for outlined frame #10649
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
Conversation
Good find. Could you try |
Just tested and updated the PR, 1.15rem also look perfect. |
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #10649 +/- ##
=======================================
Coverage 91.79% 91.79%
=======================================
Files 426 426
Lines 13378 13386 +8
Branches 2575 2576 +1
=======================================
+ Hits 12280 12288 +8
Misses 527 527
Partials 571 571 ☔ View full report in Codecov by Sentry. |
Thank you! |
Description
The text on a outlined MudTextField is cropped at the bottom for letters who go below the textline, e.g. g,y,j,q,p,..
It could be seen in the official documentation, the 'g' of "Single select" is cut.
It could also be seen in the screenshot, especially at the 'g' in the end of the string "QjpqyLlg".
How Has This Been Tested?
visually
Type of Changes
Checklist
dev
).