11 comments (11 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java15,558 stars (15,558 stars)5,240 forks (5,240 forks)batch import
buggood first issuewebui
Description
No ragged left margins:
Contributor guide
- Tech stack
- None
- Domain
- frontend
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- 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.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- CSS experience
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 85
- Research direction
- The issue involves CSS alignment for columns in the Presto web UI. Look for the stylesheet controlling the table or data visualization components, likely in the frontend source code under `presto ui/` or similar. Inspect the class names or IDs used for the column headers. A comment in the issue might point to the specific file. Adjust the `text align` property to `left` for the column elements.