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

Commit 01055c5

Browse files
burkaaaronroberson
authored andcommitted
fix(bootstrap layout): Restrict selected length to ui-select-container (#1680)
This fixes #1576 by keeping the remove link at its position.
1 parent 2dfad24 commit 01055c5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/common.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,3 +294,19 @@ body > .ui-select-bootstrap.open {
294294
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
295295
box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
296296
}
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+
width: 100%;
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

Comments
 (0)