4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)PHP21,513 stars (21,513 stars)2,847 forks (2,847 forks)batch import
BugHelp wantedc: Design / UI
Description

Contributor guide
- Tech stack
- csshtml
- Domain
- frontend
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 1
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- Basic CSS
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 90
- Research direction
- The issue is to add vertical spacing between buttons in the Matomo UI. Look in the CSS files (likely in plugins/ or core/ directories) for button styles. A simple fix is to add margin bottom or use flexbox gap on button containers. Verify the fix by inspecting button elements in the browser.