Skip to content

Commit

Permalink
fix: incorrect spans style (#5539)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkslanc committed Apr 26, 2024
1 parent ceca6f7 commit 65a7f38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/autocomplete/popup.js
Expand Up @@ -476,7 +476,6 @@ dom.importCssString(`
.ace_autocomplete .ace_line .ace_ {
flex: 0 1 auto;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.ace_autocomplete .ace_completion-spacer {
Expand Down

0 comments on commit 65a7f38

Please sign in to comment.