Skip to content

[Task](greenhouse): Make only the link clickable in Exposed Services List, not entire cell #1809

Description

@ArtieReus

Task Description

Fix the Exposed Services List table so that only the link text is clickable, not the entire cell. Currently, the whole cell is clickable, which doesn't follow established patterns in the codebase. The clickable area should be limited to just the link itself.

Context: This issue was identified during code review of PR #1585 (feat(greenhouse): add Exposed Services dashboard) where the reviewer noted "it should be just the link and not the whole cell" as this pattern isn't implemented elsewhere in Juno.

Related Issues

Additional Context

The current implementation overrides default flex behavior which causes the link to span across the entire cell, making the whole cell clickable. This should be corrected to follow Juno's established pattern where only the actual link text is interactive, not the surrounding cell whitespace.

Metadata

Metadata

Labels

No labels
No labels

Type

Fields

No fields configured for Task.

Projects

Status
New

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions