mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-15 02:03:11 +00:00
fix(guide) broken title overflow in navlist
This commit is contained in:
parent
427ee93f11
commit
d73d2abe85
1 changed files with 2 additions and 2 deletions
|
|
@ -16,9 +16,9 @@
|
||||||
|
|
||||||
.nav-list li {
|
.nav-list li {
|
||||||
margin:0!important;
|
margin:0!important;
|
||||||
padding:0 15px;
|
padding:2px 15px;
|
||||||
height:20px;
|
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
|
line-height:1.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.slide-reveal.ng-enter {
|
.slide-reveal.ng-enter {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue