mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-02 14:24:19 +01:00
Fix caret position
This commit is contained in:
parent
8ae6256262
commit
a38a3429fc
1
docs/assets/css/bootstrap.css
vendored
1
docs/assets/css/bootstrap.css
vendored
@ -3791,7 +3791,6 @@ button.close {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn .caret {
|
.btn .caret {
|
||||||
margin-top: 8px;
|
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -114,7 +114,6 @@
|
|||||||
|
|
||||||
// Reposition the caret
|
// Reposition the caret
|
||||||
.btn .caret {
|
.btn .caret {
|
||||||
margin-top: 8px;
|
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
// Carets in other button sizes
|
// Carets in other button sizes
|
||||||
|
Loading…
Reference in New Issue
Block a user