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

Commit 5d0997e

Browse files
committed
Revert "933 Fix ellipsis in placeholder and match text"
This reverts commit a434a12. Closes #1637
1 parent 010a373 commit 5d0997e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/common.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -261,12 +261,3 @@ body > .ui-select-bootstrap.open {
261261
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
262262
box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
263263
}
264-
265-
/* fix ellipsis on placeholder and match text */
266-
.ui-select-placeholder, .ui-select-match-text {
267-
width: 100%;
268-
overflow: hidden;
269-
display: inline-block;
270-
text-overflow: ellipsis;
271-
padding-right: 40px;
272-
}

0 commit comments

Comments
 (0)