|
@@ -4,16 +4,19 @@
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
cursor: text;
|
|
cursor: text;
|
|
padding-bottom: 5px;
|
|
padding-bottom: 5px;
|
|
- padding-right: 5px;
|
|
|
|
|
|
+ padding-right: 25px;
|
|
|
|
+ position: relative;
|
|
|
|
|
|
.select2-selection__clear {
|
|
.select2-selection__clear {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
- float: right;
|
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
height: 20px;
|
|
height: 20px;
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
margin-top: 5px;
|
|
margin-top: 5px;
|
|
|
|
|
|
|
|
+ position: absolute;
|
|
|
|
+ right: 0;
|
|
|
|
+
|
|
// This padding is to account for the bottom border for the first
|
|
// This padding is to account for the bottom border for the first
|
|
// selection row and the top border of the second selection row.
|
|
// selection row and the top border of the second selection row.
|
|
// Without it, selections on the first row may be offset incorrectly
|
|
// Without it, selections on the first row may be offset incorrectly
|
|
@@ -25,11 +28,21 @@
|
|
background-color: #e4e4e4;
|
|
background-color: #e4e4e4;
|
|
border: 1px solid #aaa;
|
|
border: 1px solid #aaa;
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
margin-left: 5px;
|
|
margin-left: 5px;
|
|
margin-top: 5px;
|
|
margin-top: 5px;
|
|
padding: 0;
|
|
padding: 0;
|
|
|
|
+ padding-left: 20px;
|
|
|
|
+
|
|
|
|
+ position: relative;
|
|
|
|
+
|
|
|
|
+ max-width: 100%;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
+ vertical-align: bottom;
|
|
|
|
+ white-space: nowrap;
|
|
}
|
|
}
|
|
|
|
|
|
.select2-selection__choice__display {
|
|
.select2-selection__choice__display {
|
|
@@ -54,6 +67,10 @@
|
|
|
|
|
|
padding: 0 4px;
|
|
padding: 0 4px;
|
|
|
|
|
|
|
|
+ position: absolute;
|
|
|
|
+ left: 0;
|
|
|
|
+ top: 0;
|
|
|
|
+
|
|
&:hover, &:focus {
|
|
&:hover, &:focus {
|
|
background-color: #f1f1f1;
|
|
background-color: #f1f1f1;
|
|
color: #333;
|
|
color: #333;
|