profiler
profiler copied to clipboard
There is a gap between the JavaScript radio button and its label
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
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.