Bug 1566283 - Increased width of event listener breakpoint clickable area r=davidwalsh

In `EventListeners.css` I added `width: 100%` to the `.event-listener-label` to increase the width of the clickable area.

Differential Revision: https://phabricator.services.mozilla.com/D39500

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Krishnal Ciccolella 2019-07-26 17:55:37 +00:00
parent 7b1ea82c31
commit 046d981ba1

View File

@ -52,6 +52,7 @@
align-items: center;
padding-inline-start: 2px;
padding-inline-end: 10px;
width: 100%;
}
.event-listener-category {