1
0
mirror of synced 2025-02-04 22:29:24 +03:00
select2/src/scss/_multiple.scss

31 lines
483 B
SCSS
Raw Normal View History

2014-08-29 11:31:18 -04:00
.select2-container {
.selection .multiple-select {
box-sizing: border-box;
cursor: pointer;
display: block;
min-height: 32px;
user-select: none;
-webkit-user-select: none;
.rendered-selection {
display: inline-block;
2014-08-29 11:31:18 -04:00
overflow: hidden;
padding-left: 8px;
text-overflow: ellipsis;
}
}
.select2-search-inline {
float: left;
input {
border: none;
font-size: 100%;
margin-top: 5px;
}
}
2014-08-29 11:31:18 -04:00
}