-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Ensure empty report tables also use max width #19819
Comments
@tsteur It's a maybe on purpose. the max width used to 1200px injected by javascript. But I believe this only applies when there is data inside the table, if there is no data, it shows as full width.
|
I'll set up a PR to fix that for empty tables... @tsteur would you mind to confirm, if that only happens for empty tables, or also for some tables with data? |
@sgiehl it looks to me that this happens also for non-empty reports |
@tsteur can you give some examples? |
@sgiehl clicking through a few reports I actually couldn't find any examples. There were quite a few reports that had full width but turns out this was already the case with Matomo 4.11. Not sure if this regressed for other reports earlier some time or if it's always been that way. For example https://demo.matomo.cloud/index.php?module=CoreHome&action=index&idSite=1&period=day&date=yesterday#?idSite=1&period=day&date=yesterday&category=Funnels_Funnels&subcategory=2 . Likely it's been always that way on purpose and that's not a regression. So there should be no issue 👍 |
Ok. Then this should be fixed with the referenced PR. |
Not sure if that was on purpose or a regression. Previously, they were limited to a certain width but now in 4.12 they utilise the full screen width.
For example it looked like this in 4.11
But now in 4.12 they use the full width.
I couldn't find anything in the changelog and assume this is a regression
The text was updated successfully, but these errors were encountered: