Commit 960e73c1 authored by Mark Otto's avatar Mark Otto
Browse files

tweak dropdown caret size and placement

parent 41018c84
Showing with 2 additions and 2 deletions
+2 -2
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
display: inline-block; display: inline-block;
width: 0; width: 0;
height: 0; height: 0;
margin-left: $caret-width; margin-left: $caret-width * .85;
vertical-align: middle; vertical-align: $caret-width * .85;
content: ""; content: "";
border-top: $caret-width solid; border-top: $caret-width solid;
border-right: $caret-width solid transparent; border-right: $caret-width solid transparent;
......
Supports Markdown
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