From 0dc48f70469a884a0355407598a54bc6bc4a1bf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Par=C3=B3czai=20Oliv=C3=A9r?= Date: Mon, 9 Oct 2023 08:44:35 +0000 Subject: [PATCH] Fix contact page select width --- css/unround.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/unround.css b/css/unround.css index 0500a95..c430a9d 100644 --- a/css/unround.css +++ b/css/unround.css @@ -68,3 +68,8 @@ select { .icon-history{ border-radius: 100px !important; /* Still E-mail, reversing the border for this icon as it has an animation that would overlap */ } + +/* Fix width of select items, especially for the contacts page */ +.vs__selected { + min-width: unset !important; +}