Skip to content

Commit

Permalink
Merge pull request #1668 from vlukash/vlukash/fix_mobile_menu_overflow
Browse files Browse the repository at this point in the history
Fix menu on mobile
  • Loading branch information
matthid authored Sep 22, 2017
2 parents 5aa7ade + b33afd7 commit 18a3c19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions help/content/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2252,6 +2252,9 @@
font-weight: 700;
font-size: 0.95em;
letter-spacing: 0.075em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

#navPanel .link:first-child {
Expand Down
3 changes: 3 additions & 0 deletions help/content/assets/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1186,6 +1186,9 @@
font-weight: 700;
font-size: 0.95em;
letter-spacing: 0.075em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

&:first-child {
border-top: 0;
Expand Down

0 comments on commit 18a3c19

Please sign in to comment.