mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Fixes #6236: Fix popover font-size in input groups
This commit is contained in:
parent
9726fded1c
commit
c00f29e4d4
2 changed files with 5 additions and 2 deletions
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
|
@ -1658,7 +1658,9 @@ select:focus:invalid:focus {
|
|||
.input-append .uneditable-input,
|
||||
.input-prepend .uneditable-input,
|
||||
.input-append .dropdown-menu,
|
||||
.input-prepend .dropdown-menu {
|
||||
.input-prepend .dropdown-menu,
|
||||
.input-append .popover,
|
||||
.input-prepend .popover {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
|
|
|
@ -430,7 +430,8 @@ select:focus:invalid {
|
|||
input,
|
||||
select,
|
||||
.uneditable-input,
|
||||
.dropdown-menu {
|
||||
.dropdown-menu,
|
||||
.popover {
|
||||
font-size: @baseFontSize;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue