Commit 26b999b7 authored by Mark Otto's avatar Mark Otto

no need for margin-top on .typeahead, it's set on .dropdown-menu

parent 19a94d08
......@@ -2462,7 +2462,6 @@ table th[class*="span"] {
.typeahead {
z-index: 1051;
margin-top: 2px;
}
.well {
......
......@@ -216,5 +216,4 @@
// ---------
.typeahead {
z-index: 1051;
margin-top: 2px; // give it some space to breathe
}
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