-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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(chart & table): Prevent the dates from wrapping in table chart #20384
fix(chart & table): Prevent the dates from wrapping in table chart #20384
Conversation
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.
I see a horizontal scrollbar in the example after image, is that present without the change as well?
Codecov Report
@@ Coverage Diff @@
## master #20384 +/- ##
=======================================
Coverage 66.68% 66.68%
=======================================
Files 1739 1739
Lines 65143 65144 +1
Branches 6902 6903 +1
=======================================
+ Hits 43443 43444 +1
Misses 19947 19947
Partials 1753 1753
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
yes it is no relative with my update. |
/testenv up |
@yousoph Ephemeral environment spinning up at http://35.90.15.194:8080. Credentials are |
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
Ephemeral environment shutdown and build artifacts deleted. |
(cherry picked from commit 1ae9353)
(cherry picked from commit 1ae9353)
SUMMARY
[table viz] prevent dates from wrapping.
In the table viz type:
• date hyphen breaks! we need to either white-space: nowrap; or the non-breaking hyphen ‑
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
BEFORE:
AFTER:
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION