nav pills hide text overflow
This commit is contained in:
parent
0650c6b942
commit
f498327065
1 changed files with 3 additions and 0 deletions
|
@ -1927,6 +1927,9 @@ footer {
|
|||
line-height: 39px;
|
||||
border-radius: 0;
|
||||
border-top: 1px solid #f2f2f3;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.nav-pills > li:hover > a {
|
||||
|
|
Loading…
Reference in a new issue