make "more" entire li clickable
This commit is contained in:
parent
cf5e597491
commit
2be3c241d5
1 changed files with 6 additions and 1 deletions
|
@ -112,7 +112,6 @@
|
||||||
li {
|
li {
|
||||||
.menu__inner & {
|
.menu__inner & {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
padding: 10px;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
@ -126,6 +125,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li a {
|
||||||
|
width: 100%;
|
||||||
|
display:inline-block;
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue