Skip to content

Commit

Permalink
fix(guide) broken title overflow in navlist
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickJS authored and jamesdaily committed Sep 25, 2013
1 parent 1341059 commit f203f95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/templates/css/animations.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

.nav-list li {
margin:0!important;
padding:0 15px;
height:20px;
padding:2px 15px;
overflow:hidden;
line-height:1.1em;
}

.slide-reveal.ng-enter {
Expand Down

0 comments on commit f203f95

Please sign in to comment.