-
Notifications
You must be signed in to change notification settings - Fork 203
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
Feature/1067 word wrap in cell when event title is long #1094
Feature/1067 word wrap in cell when event title is long #1094
Conversation
@garigariganzy ありがとうございます! そうすると、Count ~ IDの文は50文字で収まるはずです。Windows 10のデフォルトのCommand Promptの120文字のターミナルでもテーブルが壊れないようにしたいのですが、Eventの幅をターミナルの幅 - 55という風に設定できますか? |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1094 +/- ##
==========================================
+ Coverage 82.03% 82.05% +0.01%
==========================================
Files 24 24
Lines 20010 20029 +19
==========================================
+ Hits 16416 16434 +18
- Misses 3594 3595 +1
☔ View full report in Codecov by Sentry. |
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.
@garigariganzy LGTM! Thank you!
@hitenkoku If this is good with you, let's merge it.
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
What Changed
Fixed the metrics content only to dynamically wrap to maintain the specified table width (100 characters).
Evidence
Please describe the functionality gained by merging this pull-request and the evidence that the bug has been fixed.