make "more" entire li clickable

This commit is contained in:
Guilherme Esteves 2020-05-16 21:41:26 -03:00
parent cf5e597491
commit 2be3c241d5
No known key found for this signature in database
GPG Key ID: A7AB83BBE36B1504

View File

@ -112,7 +112,6 @@
li {
.menu__inner & {
margin-left: 0;
padding: 10px;
white-space: nowrap;
&:hover {
@ -126,6 +125,12 @@
}
}
}
li a {
width: 100%;
display:inline-block;
padding: 10px;
}
}
}