Skip to content

Commit

Permalink
fix for long text
Browse files Browse the repository at this point in the history
  • Loading branch information
Narcis Radu committed Jan 8, 2014
1 parent adf82a3 commit 142dea0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

<title>PureCSS Dropdown menu</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand All @@ -24,7 +24,7 @@
<li><a href="#">Flickr</a></li>
<li><a href="#">Sports</a></li>
<li class="pure-menu-can-have-children">
<a class="pure-menu-label" href="#">Messenger</a>
<a class="pure-menu-label" href="#">Messenger Long Link</a>
<ul class="pure-menu-children">
<li><a href="#">Flickr</a></li>
<li><a href="#">Messenger</a></li>
Expand Down
4 changes: 2 additions & 2 deletions pure-dropdown.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/* narcisradu.ro */

.pure-menu ul li:hover > ul{
.pure-menu ul li:hover > ul {
display: block;
top: 0;
left: 100%;
visibility: visible;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
Expand Down Expand Up @@ -46,3 +45,4 @@
margin-top: -1px;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', sans-serif;
}

0 comments on commit 142dea0

Please sign in to comment.