Skip to content

Commit cc6f371

Browse files
author
SimonSteinberger
committed
Fixed truncated suggestions via 'text-overflow: ellipsis;'
1 parent e3488f7 commit cc6f371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto-complete.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
/* core styles should not be changed */
55
position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
66
}
7-
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; font-size: 1.02em; color: #333; }
7+
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }
88
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
99
.autocomplete-suggestion.selected { background: #f0f0f0; }

0 commit comments

Comments
 (0)