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
|
@ -226,6 +226,9 @@ input[type=text], input[type=password], #sendMessage {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-pills li {
|
||||||
|
min-height: 20px;
|
||||||
|
}
|
||||||
.nav-pills li+li {
|
.nav-pills li+li {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue