Skip to content
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 broken date range look #14837

Merged
merged 1 commit into from
Nov 10, 2017
Merged

Conversation

timroes
Copy link
Contributor

@timroes timroes commented Nov 8, 2017

This PR fixes the broken date range look as described in #12731

Sorry I missread there. This issue fixes the broken date range look (that wasn't described in #12731, but was visible there in the screenshot).

The kbn-timepicker classes have always been on these elements, but PR #11980 now applied display: flex to them thus destroying the default display: table-cell which was needed for the styling. I checked, that these kbn-timepicker classes haven't set any other styling on that element or any child elements, and are not used in tests, so they can safely be removed from the date range table cells to fix this bug.

UPDATE: This actually doesn't fix #12731 (which I misread), this fixes the broken styling, that can be seen in #12731. The issue itself is already fixed by #14630

@timroes timroes added Team:Platform-Design Team Label for Kibana Design Team. Support the Analyze group of plugins. Feature:Visualizations Generic visualization features (in case no more specific feature label is available) bug Fixes for quality problems that affect the customer experience v6.0.0 v6.1.0 v7.0.0 labels Nov 8, 2017
@ppisljar
Copy link
Member

ppisljar commented Nov 8, 2017

the PR this is fixing #11980 is talking about a broken link not broken styles ?

@timroes timroes changed the title Fix broken date range look, fix #12731 Fix broken date range look Nov 8, 2017
Copy link
Member

@ppisljar ppisljar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, @cjcenizal want to give this a quick look ?

Copy link
Member

@lukasolson lukasolson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before:

image

After:

image

LGTM

Copy link
Contributor

@cjcenizal cjcenizal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@thomasneirynck thomasneirynck removed their request for review November 9, 2017 21:35
@timroes timroes removed the v6.0.0 label Nov 10, 2017
@timroes timroes merged commit 30238e8 into elastic:master Nov 10, 2017
@timroes timroes deleted the fix-date-range-styling branch November 10, 2017 15:31
@timroes timroes added the v6.0.1 label Nov 10, 2017
timroes added a commit to timroes/kibana that referenced this pull request Nov 10, 2017
timroes added a commit to timroes/kibana that referenced this pull request Nov 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Visualizations Generic visualization features (in case no more specific feature label is available) release_note:fix Team:Platform-Design Team Label for Kibana Design Team. Support the Analyze group of plugins. v6.0.1 v6.1.0 v7.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accepted Date format link is broken
4 participants