2014-08-27 19:33:33 +04:00
|
|
|
.select2-container {
|
|
|
|
.selection .single-select {
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
height: 28px;
|
|
|
|
|
2014-08-29 03:54:01 +04:00
|
|
|
user-select: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
2014-08-27 19:33:33 +04:00
|
|
|
.rendered-selection {
|
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
2014-08-29 03:54:01 +04:00
|
|
|
padding-left: 8px;
|
2014-08-27 19:33:33 +04:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|