Make the whole menu row clickable on small screens

Not sure if this doesn't break some themes, but it makes the menu more usable with default one.
This commit is contained in:
Ing. Jan Kaláb 2016-07-28 11:17:14 +02:00 committed by GitHub
parent 03dbc3e17d
commit 6088fb9ff3
1 changed files with 1 additions and 0 deletions

View File

@ -810,6 +810,7 @@ iframe {
.menu-more a {
text-decoration: none;
color: #333;
display: block;
}
#help-layer {