Home button extends across the entire revision search input component
Categories
(Testing :: PerfCompare, defect, P3)
Tracking
(Not tracked)
People
(Reporter: sparky, Assigned: moijes12)
References
Details
(Whiteboard: [pcf])
Attachments
(1 file)
Currently, when you have a comparison created, the Home button at the top of the search revision input extends across the entire component even though it should only be restricted to the area where the Home button is (the left side of the search section). This is a bit annoying because sometimes if you click out of the results search, you can easily accidentally click it and it'll return to the home page.
Updated•6 months ago
|
| Assignee | ||
Comment 1•4 months ago
|
||
I think the reason the Home button ends up spanning the entire line is because it is a Link which contains block-level elements (Stack uses a <div> and the Home text is contained in <p>). That makes the clickable area expand to the whole row.
Setting the display attribute to inline-flex for the link should fix the issue. We can also add inline-flex to the Stack and <p> to make them consistently inline.
| Assignee | ||
Updated•3 months ago
|
Description
•