0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

fix dropdown fonts in header

This commit is contained in:
Mark Otto 2015-08-18 18:45:08 -07:00
parent f1827e5f9c
commit 5ebc46cec3

View File

@ -21,4 +21,8 @@
}
}
}
.dropdown-menu {
font-size: inherit;
}
}