Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Do not overflow matched item out of select block #1337

Merged
merged 1 commit into from
Apr 7, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@ body > .select2-container.open {
right: 15px;
}

.ui-select-bootstrap .ui-select-match-text {
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices {
width: 100%;
Expand Down