From 83d2e5e5c5225d2fb5ad471101a9f51e82d8867e Mon Sep 17 00:00:00 2001 From: Wuilliam Lacruz Date: Mon, 6 Mar 2017 16:19:41 -0300 Subject: [PATCH] Now we can use the class `no-wrap` in the select in order to display options in multiline --- src/common.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 +}