-
Notifications
You must be signed in to change notification settings - Fork 508
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
🌱 Fixed field alignment #3799
🌱 Fixed field alignment #3799
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3799 +/- ##
==========================================
- Coverage 75.48% 68.59% -6.90%
==========================================
Files 230 230
Lines 15622 15622
==========================================
- Hits 11793 10716 -1077
- Misses 3103 4252 +1149
+ Partials 726 654 -72 |
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 can always revisit in the future if we decide to change the readability approach discussed here. #3799 (comment)
Thanks! I appreciate it! |
- Fixed field alignment Signed-off-by: naveensrinivasan <[email protected]>
46b8a6c
to
a088df0
Compare
What kind of change does this PR introduce?
(Is it a bug fix, feature, docs update, something else?)
What is the current behavior?
What is the new behavior (if this is a feature change)?**
Which issue(s) this PR fixes
Special notes for your reviewer
Does this PR introduce a user-facing change?
For user-facing changes, please add a concise, human-readable release note to
the
release-note
(In particular, describe what changes users might need to make in their
application as a result of this pull request.)