Merge pull request #607 from glowing-bear/fix-bufferlistitem-height

Fix height of bufferlist items in narrow desktop view
This commit is contained in:
Tor Hveem 2015-05-05 10:10:26 +02:00
commit 0647777e9e

View file

@ -226,6 +226,9 @@ input[type=text], input[type=password], #sendMessage {
overflow: hidden;
}
.nav-pills li {
min-height: 20px;
}
.nav-pills li+li {
margin-top: 0;
}