Commit bf3a5df3 authored by Mark Otto's avatar Mark Otto
Browse files

Fixes #5930: redeclare font-size for popoves in btn-groups

parent 783120df
Showing with 4 additions and 2 deletions
+4 -2
......@@ -3591,7 +3591,8 @@ input[type="submit"].btn.btn-mini {
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
.btn-group > .dropdown-menu,
.btn-group > .popover {
font-size: 14px;
}
......
......@@ -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
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment