From 01f364a5713fcbbc004d6e5da28ab953933142b0 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 25 Oct 2019 21:08:58 +0100 Subject: [PATCH] 4700: Make filters box large enough to contain all filters. --- 2019-kvm-forum/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2019-kvm-forum/style.css b/2019-kvm-forum/style.css index ced9caf..ab523d2 100644 --- a/2019-kvm-forum/style.css +++ b/2019-kvm-forum/style.css @@ -132,7 +132,7 @@ div.filters { margin-left: auto; margin-right: auto; width: 800px; - height: 200px; + height: 280px; /* Position relative is needed so that items may be positioned inside. */ position: relative; @@ -151,7 +151,7 @@ div.filters ul { position: absolute; top: 10%; width: 700px; - height: 180px; + height: 260px; column-count: 4; list-style-type: none; margin: 0; -- 1.8.3.1