Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Min-width menu flyout on desktop for verbose locales (bug 769358)
Browse files Browse the repository at this point in the history
The bug happens because of the fixed-width flyout, which doesn't
allow longer menu items enough room. This fix allows those menu items
to simply stretch the flyout.
  • Loading branch information
mattbasta committed Jul 24, 2012
1 parent d572d22 commit 2128379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media/css/mkt/header.less
Expand Up @@ -109,7 +109,7 @@
visibility: hidden;
top: 32px;
right: -15px;
.width(3);
.min-width(3);
z-index: 9001;
&.active {
opacity: 1;
Expand Down Expand Up @@ -155,7 +155,7 @@
display: block;
font-size: 15px;
line-height: 35px;
padding: 0 15px;
padding: 0 35px 0 15px;
position: relative;
z-index: 2;
&:after {
Expand Down

0 comments on commit 2128379

Please sign in to comment.