fix bug 33000

This commit is contained in:
Maxim Kadushkin 2016-08-26 13:49:42 +03:00
parent 9d43ac5a4b
commit b7ddb8ba52

View file

@ -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;
} }
} }
} }