fix bug 33000
This commit is contained in:
parent
9d43ac5a4b
commit
b7ddb8ba52
|
@ -58,11 +58,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.plugin-caret {
|
.plugin-caret {
|
||||||
float: right;
|
//float: right;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
background-position: -1px -274px;
|
background-position: -1px -274px;
|
||||||
margin: 7px;
|
margin: 7px;
|
||||||
|
display: inline-block;
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue