-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
RegressionIndicates a feature used to work in a certain way but it no longer does even though it should.Indicates a feature used to work in a certain way but it no longer does even though it should.
Milestone
Description
Context
On a fresh Matomo 5.x install, when generating testing visits, some come up with more than approximately 20 actions.
Expected Behavior
The icons are contained within the widget container and
Current Behavior
The action icons bleed out from the widget container.
Possible Solution
Apply flex-wrap: wrap
to #visitsLive .settings
or remove display: flex
from the same element.
Steps to Reproduce (for Bugs)
On a fresh 5.0.0-b1 install generate fake visits with more than 20 actions/pages.
Couldn't reproduce this on the demo.matomo.cloud instance and checking there the container doesn't have the display: flex
declaration, so this could be a regression.
Your Environment
- Matomo Version: 5.0.0-b1
- PHP Version: 8.1.18
- Server Operating System: MacOS Ventura 13.3.1 (22E261)
- Additionally installed plugins: Visitor Generator
- Browser: Chrome Version 112.0.5615.137 (Official Build) (arm64)
- Operating System: MacOS Ventura 13.3.1 (22E261)
Metadata
Metadata
Assignees
Labels
RegressionIndicates a feature used to work in a certain way but it no longer does even though it should.Indicates a feature used to work in a certain way but it no longer does even though it should.