Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3488f7 commit cc6f371Copy full SHA for cc6f371
auto-complete.css
@@ -4,6 +4,6 @@
4
/* core styles should not be changed */
5
position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
6
}
7
-.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; font-size: 1.02em; color: #333; }
+.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }
8
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
9
.autocomplete-suggestion.selected { background: #f0f0f0; }
0 commit comments