mirror of
https://github.com/twbs/bootstrap.git
synced 2025-07-31 10:50:16 +02:00
no need for margin-top on .typeahead, it's set on .dropdown-menu
This commit is contained in:
1
docs/assets/css/bootstrap.css
vendored
1
docs/assets/css/bootstrap.css
vendored
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user