Commit b7ddb8ba authored by Maxim Kadushkin's avatar Maxim Kadushkin

fix bug 33000

parent 9d43ac5a
...@@ -58,11 +58,14 @@ ...@@ -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;
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment