Select-kit dropdown fix
This commit is contained in:
parent
ba00fcc371
commit
486d7f2e5d
|
@ -56,7 +56,7 @@
|
||||||
line-height: $line-height-large;
|
line-height: $line-height-large;
|
||||||
-webkit-box-flex: 1;
|
-webkit-box-flex: 1;
|
||||||
-ms-flex: 1;
|
-ms-flex: 1;
|
||||||
flex: 1 0 auto;
|
flex: 1 1 0%;
|
||||||
-webkit-box-align: start;
|
-webkit-box-align: start;
|
||||||
-ms-flex-align: start;
|
-ms-flex-align: start;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
.name {
|
.name {
|
||||||
-webkit-box-flex: 1;
|
-webkit-box-flex: 1;
|
||||||
-ms-flex: 1;
|
-ms-flex: 1;
|
||||||
flex: 1 0 auto;
|
flex: 1 1 0%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: $font-0;
|
font-size: $font-0;
|
||||||
color: $primary;
|
color: $primary;
|
||||||
|
@ -87,7 +87,7 @@
|
||||||
.desc {
|
.desc {
|
||||||
-webkit-box-flex: 1;
|
-webkit-box-flex: 1;
|
||||||
-ms-flex: 1;
|
-ms-flex: 1;
|
||||||
flex: 1 0 auto;
|
flex: 1 1 0%;
|
||||||
width: 100%; //IE11
|
width: 100%; //IE11
|
||||||
font-size: $font-down-1;
|
font-size: $font-down-1;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
|
@ -131,7 +131,7 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
flex: 1 0 auto;
|
flex: 1 1 0%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.d-icon {
|
.d-icon {
|
||||||
|
|
Loading…
Reference in New Issue