Skip to content

Commit e75cd78

Browse files
th3byrdm4nkevin-brown
authored andcommitted
word-wrap: nowrap styling
Added `word-wrap: nowrap` to places it wasn’t explicit. Signed-off-by: Kevin Brown <kevin@kevinbrown.in>
1 parent 2988cc2 commit e75cd78

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

dist/css/select2.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
display: inline-block;
3333
overflow: hidden;
3434
padding-left: 8px;
35-
text-overflow: ellipsis; }
35+
text-overflow: ellipsis;
36+
white-space: nowrap; }
3637
.select2-container .select2-search--inline {
3738
float: left; }
3839
.select2-container .select2-search--inline .select2-search__field {

0 commit comments

Comments
 (0)