Fix for long nav items

This commit is contained in:
John O'Nolan 2015-02-28 14:38:01 +02:00
parent 243192f0d9
commit e4861a0d78
1 changed files with 1 additions and 0 deletions

View File

@ -634,6 +634,7 @@ body.nav-opened .nav {
padding: 0.6rem 4%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.nav li a:after {
display: inline-block;