Skip to content

Commit a44fa19

Browse files
PatrickJSjamesdaily
authored andcommitted
fix(guide) broken title overflow in navlist
1 parent 27aced6 commit a44fa19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/templates/css/animations.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
.nav-list li {
1818
margin:0!important;
19-
padding:0 15px;
20-
height:20px;
19+
padding:2px 15px;
2120
overflow:hidden;
21+
line-height:1.1em;
2222
}
2323

2424
.slide-reveal.ng-enter {

0 commit comments

Comments
 (0)