Skip to content

Commit

Permalink
Remove max width for resutls
Browse files Browse the repository at this point in the history
Fixes #65
  • Loading branch information
DominikDoom committed Nov 5, 2022
1 parent a39b0d0 commit 4eabf00
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions javascript/tagAutocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ let autocompleteCSS_dark = `
display: flex;
}
.acListItem {
max-width: 400px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
Expand Down Expand Up @@ -72,7 +71,6 @@ let autocompleteCSS_light = `
display: flex;
}
.acListItem {
max-width: 400px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
Expand Down

0 comments on commit 4eabf00

Please sign in to comment.