From 7744b8bd9a2a5ea25de23de27236df076f646f53 Mon Sep 17 00:00:00 2001 From: Joel Calado Date: Mon, 9 May 2022 21:39:37 +0100 Subject: [PATCH] fix multiselect border --- main.css | 1 - 1 file changed, 1 deletion(-) diff --git a/main.css b/main.css index 4a7513a..b115eaa 100644 --- a/main.css +++ b/main.css @@ -2455,7 +2455,6 @@ div.multiselect { overflow: hidden; margin: auto auto; border: 1px solid #ccc; - border-bottom: 0; display: inline-block; padding: 4px 10px 10px 10px; background-color: #f3f3f3;