Fix height of bufferlist items in narrow desktop view
This commit is contained in:
parent
4fe4b8a5d3
commit
27eb2cbc7b
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