Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 44ad61e

Browse files
committed
Merge pull request #3822 from gdi2290/navlist-fix
fix(guide): multiline items in navlist
2 parents d81d2b4 + d73d2ab commit 44ad61e

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)