Remove max width for resutls

Fixes #65
This commit is contained in:
Dominik Reh
2022-11-05 18:27:53 +01:00
parent a39b0d0742
commit 4eabf00f01

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;