From 27eb2cbc7b1ab9fb2a7e2bd15bc6d72faf15ce67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Sat, 2 May 2015 11:39:23 +0200 Subject: [PATCH] Fix height of bufferlist items in narrow desktop view --- css/glowingbear.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/glowingbear.css b/css/glowingbear.css index 427de8e..45efee5 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -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; }