nav pills hide text overflow

This commit is contained in:
Felix Niklas 2014-09-24 12:10:13 +02:00
parent 0650c6b942
commit f498327065

View file

@ -1927,6 +1927,9 @@ footer {
line-height: 39px; line-height: 39px;
border-radius: 0; border-radius: 0;
border-top: 1px solid #f2f2f3; border-top: 1px solid #f2f2f3;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
} }
.nav-pills > li:hover > a { .nav-pills > li:hover > a {