profiler icon indicating copy to clipboard operation
profiler copied to clipboard

There is a gap between the JavaScript radio button and its label

Open mstange opened this issue 2 years ago • 1 comments

I tried to switch to the JavaScript only view but my click was ignored. It turns out that this happened because I managed to click in the 3px gap between the <input> and its <label>. The input has a 3px margin.

Putting the input inside of the label would avoid this problem.

┆Issue is synchronized with this Jira Task

mstange avatar Jun 21 '23 15:06 mstange

Ah that's interesting. We can do what you suggest by adding some extra wrapper because of Fluent. Otherwise we can remove the radio button's margin to replace it with the label's padding but this sounds a bit more hccky.

julienw avatar Aug 17 '23 16:08 julienw