Skip to content

Commit

Permalink
(less) Fixes twbs#6236: Fix popover font-size in input groups
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Dec 20, 2012
1 parent 87a762d commit 7c70b3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,8 @@ select:focus:invalid {
input,
select,
.uneditable-input,
.dropdown-menu {
.dropdown-menu,
.popover {
font-size: @baseFontSize;
}

Expand Down

0 comments on commit 7c70b3f

Please sign in to comment.