Add ellipsis overflow to buffer list name
This commit is contained in:
parent
4ed6a00aaf
commit
d83ea79809
1 changed files with 7 additions and 0 deletions
|
@ -244,6 +244,13 @@ input[type=text], input[type=password], #sendMessage, .badge {
|
|||
color: #222;
|
||||
}
|
||||
|
||||
.nav-pills > li > a {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.content {
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
|
|
Loading…
Reference in a new issue