mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-10 15:44:51 +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 {
|
.typeahead {
|
||||||
z-index: 1051;
|
z-index: 1051;
|
||||||
margin-top: 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.well {
|
.well {
|
||||||
|
@@ -216,5 +216,4 @@
|
|||||||
// ---------
|
// ---------
|
||||||
.typeahead {
|
.typeahead {
|
||||||
z-index: 1051;
|
z-index: 1051;
|
||||||
margin-top: 2px; // give it some space to breathe
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user