mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-02 16:04:07 +03:00
fix dropdowns in button groups after font-size hack
This commit is contained in:
@@ -29,9 +29,12 @@
|
||||
.btn-group > .btn {
|
||||
position: relative;
|
||||
margin-left: -1px;
|
||||
font-size: @baseFontSize; // redeclare as part 2 of font-size inline-block hack
|
||||
.border-radius(0);
|
||||
}
|
||||
.btn-group > .btn,
|
||||
.btn-group > .dropdown-menu {
|
||||
font-size: @baseFontSize; // redeclare as part 2 of font-size inline-block hack
|
||||
}
|
||||
|
||||
// Reset fonts for other sizes
|
||||
.btn-group > .btn-mini,
|
||||
|
||||
Reference in New Issue
Block a user