mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-01 03:10:14 +02:00
Fixes #5930: redeclare font-size for popoves in btn-groups
This commit is contained in:
3
docs/assets/css/bootstrap.css
vendored
3
docs/assets/css/bootstrap.css
vendored
@@ -3591,7 +3591,8 @@ input[type="submit"].btn.btn-mini {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-group > .btn,
|
.btn-group > .btn,
|
||||||
.btn-group > .dropdown-menu {
|
.btn-group > .dropdown-menu,
|
||||||
|
.btn-group > .popover {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -40,7 +40,8 @@
|
|||||||
margin-left: -1px;
|
margin-left: -1px;
|
||||||
}
|
}
|
||||||
.btn-group > .btn,
|
.btn-group > .btn,
|
||||||
.btn-group > .dropdown-menu {
|
.btn-group > .dropdown-menu,
|
||||||
|
.btn-group > .popover {
|
||||||
font-size: @baseFontSize; // redeclare as part 2 of font-size inline-block hack
|
font-size: @baseFontSize; // redeclare as part 2 of font-size inline-block hack
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user