Fixes #6236: Fix popover font-size in input groups

This commit is contained in:
Mark Otto
2012-12-20 00:54:58 -08:00
parent 9726fded1c
commit c00f29e4d4
2 changed files with 5 additions and 2 deletions

View File

@@ -430,7 +430,8 @@ select:focus:invalid {
input,
select,
.uneditable-input,
.dropdown-menu {
.dropdown-menu,
.popover {
font-size: @baseFontSize;
}