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;
}
}