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;