Merge pull request #600 from torhve/ellipsis

Add ellipsis overflow to buffer list name
This commit is contained in:
Lorenz Hübschle-Schneider 2015-04-20 17:07:06 +02:00
commit 35f539874c

View file

@ -72,7 +72,7 @@ td.message {
.panel input, .panel .input-group { .panel input, .panel .input-group {
max-width: 300px; max-width: 300px;
} }
input[type=text], input[type=password], #sendMessage, .badge { input[type=text], input[type=password], #sendMessage {
border: 0; border: 0;
border-radius: 0; border-radius: 0;
margin-bottom: 5px !important; margin-bottom: 5px !important;
@ -244,6 +244,13 @@ input[type=text], input[type=password], #sendMessage, .badge {
color: #222; color: #222;
} }
.nav-pills > li > a {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.content { .content {
height: 100%; height: 100%;
min-height: 100%; min-height: 100%;