Merge pull request #607 from glowing-bear/fix-bufferlistitem-height
Fix height of bufferlist items in narrow desktop view
This commit is contained in:
commit
0647777e9e
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue