diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index ce707c9f2c..0d90fab617 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2462,7 +2462,6 @@ table th[class*="span"] { .typeahead { z-index: 1051; - margin-top: 2px; } .well { diff --git a/less/dropdowns.less b/less/dropdowns.less index 922baf02dd..33f58497ed 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -216,5 +216,4 @@ // --------- .typeahead { z-index: 1051; - margin-top: 2px; // give it some space to breathe }