diff --git a/src/common.css b/src/common.css index 2b6fe3865..039441134 100644 --- a/src/common.css +++ b/src/common.css @@ -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%;