diff --git a/src/common.css b/src/common.css index 0b18b2572..4608f0f87 100644 --- a/src/common.css +++ b/src/common.css @@ -264,6 +264,10 @@ body > .ui-select-bootstrap.open { white-space: nowrap; } +.ui-select-bootstrap.no-wrap .ui-select-choices-row>span { + white-space: normal !important; +} + .ui-select-bootstrap .ui-select-choices-row>span:hover, .ui-select-bootstrap .ui-select-choices-row>span:focus { text-decoration: none; color: #262626; @@ -358,4 +362,4 @@ body > .ui-select-bootstrap.open { .ui-select-refreshing.ng-animate { -webkit-animation: none 0s; -} \ No newline at end of file +}