Add ellipsis overflow to buffer list name

This commit is contained in:
Tor Hveem 2015-04-18 11:56:28 +02:00
parent 4ed6a00aaf
commit d83ea79809

View file

@ -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%;