We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dfad24 commit 01055c5Copy full SHA for 01055c5
src/common.css
@@ -294,3 +294,19 @@ body > .ui-select-bootstrap.open {
294
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
295
box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
296
}
297
+
298
+.ui-select-bootstrap .ui-select-match-text {
299
+ width: 100%;
300
+ padding-right: 1em;
301
+}
302
+.ui-select-bootstrap .ui-select-match-text span {
303
+ display: inline-block;
304
305
+ overflow: hidden;
306
307
+.ui-select-bootstrap .ui-select-toggle > a.btn {
308
+ position: absolute;
309
+ height: 10px;
310
+ right: 10px;
311
+ margin-top: -2px;
312
0 commit comments