diff options
| author | Mark Otto <[email protected]> | 2012-11-28 02:10:23 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-28 02:10:23 -0800 |
| commit | bf3a5df371dc58cc4030bf0177b2be964054d4d8 (patch) | |
| tree | 1c99d51f39b51ae3b98df2b4de6797729fe66a9a /less | |
| parent | 783120dffaab396955b0ad237bf3a82a73a6e1dc (diff) | |
| download | bootstrap-bf3a5df371dc58cc4030bf0177b2be964054d4d8.tar.xz bootstrap-bf3a5df371dc58cc4030bf0177b2be964054d4d8.zip | |
Fixes #5930: redeclare font-size for popoves in btn-groups
Diffstat (limited to 'less')
| -rw-r--r-- | less/button-groups.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index 2963c75de..c830852b2 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -40,7 +40,8 @@ margin-left: -1px; } .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 } |
