Skip to content

HTML report: superseded status dot renders larger than other status dots due to missing box-sizing #357

@decko

Description

@decko

Finding

File: src/raki/report/templates/report.html.j2:648

The .phase-status-superseded CSS rule adds a border: 1px solid which increases the rendered dot size to ~10×10 px compared to 8×8 px for other status dots. The base .phase-status class does not set box-sizing: border-box, so the border is additive rather than inset.

Suggestion

Add box-sizing: border-box; to the .phase-status-superseded rule (or to the base .phase-status rule) so the border does not inflate the dot dimensions.

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    triage-neededNeeds investigation or decision

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions