From 4eabf00f015b2ddedba98176752dd853678a6f57 Mon Sep 17 00:00:00 2001 From: Dominik Reh Date: Sat, 5 Nov 2022 18:27:53 +0100 Subject: [PATCH] Remove max width for resutls Fixes #65 --- javascript/tagAutocomplete.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/javascript/tagAutocomplete.js b/javascript/tagAutocomplete.js index 79e5c5f..96ed11b 100644 --- a/javascript/tagAutocomplete.js +++ b/javascript/tagAutocomplete.js @@ -31,7 +31,6 @@ let autocompleteCSS_dark = ` display: flex; } .acListItem { - max-width: 400px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; @@ -72,7 +71,6 @@ let autocompleteCSS_light = ` display: flex; } .acListItem { - max-width: 400px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;