From 8b84a98225ff5441bbefcc6e68778d36b92bb077 Mon Sep 17 00:00:00 2001 From: Bogdan Baghiu <37840937+bogdanbaghiu@users.noreply.github.com> Date: Thu, 23 Sep 2021 13:17:38 +0200 Subject: [PATCH] Fix dots list files Fix issue with the error that did not make the white space not disappear when hiding the points of the list --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index d596cac..5eab8d4 100644 --- a/style.css +++ b/style.css @@ -76,7 +76,8 @@ * Options */ .select-search__options { - list-style: none; + list-style-type: none; + display: contents; } /**