Remove max width for resutls

Fixes #65
pull/77/head
Dominik Reh 2022-11-05 18:27:53 +01:00
parent a39b0d0742
commit 4eabf00f01
1 changed files with 0 additions and 2 deletions

View File

@ -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;