Commit 5ebd6a49 authored by Mark Otto's avatar Mark Otto

Merge pull request #7872 from burnsra/3.0.0-wip-caret

Fix caret position
parents 8ae62562 a38a3429
...@@ -3791,7 +3791,6 @@ button.close { ...@@ -3791,7 +3791,6 @@ button.close {
} }
.btn .caret { .btn .caret {
margin-top: 8px;
margin-left: 0; margin-left: 0;
} }
......
...@@ -114,7 +114,6 @@ ...@@ -114,7 +114,6 @@
// Reposition the caret // Reposition the caret
.btn .caret { .btn .caret {
margin-top: 8px;
margin-left: 0; margin-left: 0;
} }
// Carets in other button sizes // Carets in other button sizes
......
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