From d77e38ac838c34907429d244c5c93f010a79b983 Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Thu, 18 Apr 2024 22:39:35 -0400 Subject: [PATCH] Remove max-width for candidate box. Fixes #2266 --- src/lib/components/css/CandidateBox.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/components/css/CandidateBox.css b/src/lib/components/css/CandidateBox.css index 946eb980..f68daaca 100644 --- a/src/lib/components/css/CandidateBox.css +++ b/src/lib/components/css/CandidateBox.css @@ -5,7 +5,6 @@ background: #ececec; border-bottom: 2px solid #b5b5b5; user-select: none; - max-width: 272px; transform: translateY(-100%); margin-top: -10px; }