1
0
mirror of synced 2024-11-25 22:36:03 +03:00

word-wrap: nowrap styling

Added `word-wrap: nowrap` to places it wasn’t explicit.

Signed-off-by: Kevin Brown <kevin@kevinbrown.in>
This commit is contained in:
th3byrdm4n 2015-02-14 13:36:38 -10:00 committed by Kevin Brown
parent 2988cc2bee
commit e75cd78c51
3 changed files with 4 additions and 2 deletions

View File

@ -32,7 +32,8 @@
display: inline-block;
overflow: hidden;
padding-left: 8px;
text-overflow: ellipsis; }
text-overflow: ellipsis;
white-space: nowrap; }
.select2-container .select2-search--inline {
float: left; }
.select2-container .select2-search--inline .select2-search__field {

File diff suppressed because one or more lines are too long

View File

@ -14,6 +14,7 @@
overflow: hidden;
padding-left: 8px;
text-overflow: ellipsis;
white-space: nowrap;
}
}