mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
Merge pull request #3822 from gdi2290/navlist-fix
fix(guide): multiline items in navlist
This commit is contained in:
commit
44ad61e56c
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue