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