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 Insight visualization layout #15102

Merged
merged 4 commits into from Nov 7, 2019
Merged

Fix Insight visualization layout #15102

merged 4 commits into from Nov 7, 2019

Conversation

sgiehl
Copy link
Member

@sgiehl sgiehl commented Nov 4, 2019

The layout of the insight visualization is currently kind of broken, due to various changes. See for example https://builds-artifacts.matomo.org/matomo-org/plugin-CustomDimensions/fixbuild/772/CustomDimensions_report_action_insights.png

@sgiehl sgiehl added the Regression Indicates a feature used to work in a certain way but it no longer does even though it should. label Nov 4, 2019
@sgiehl sgiehl added this to the 3.13.0 milestone Nov 4, 2019
@sgiehl sgiehl marked this pull request as ready for review November 4, 2019 14:26
@sgiehl sgiehl added the Needs Review PRs that need a code review label Nov 4, 2019
@@ -60,9 +60,6 @@
$('td.label', domElem).width(parseInt(width * 0.50, 10));
}

var showScrollbarIfMoreThanThisPxOverlap = 32;
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

not sure. need to investigate that

Copy link
Member Author

Choose a reason for hiding this comment

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

should be fixed with the last commit

@tsteur tsteur merged commit a67bf2f into 3.x-dev Nov 7, 2019
@tsteur tsteur deleted the insightslayout branch November 7, 2019 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review Regression Indicates a feature used to work in a certain way but it no longer does even though it should.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants