diff --git a/github-metrics/src/components/summary.js b/github-metrics/src/components/summary.js index 5b96fc0..35c2edb 100644 --- a/github-metrics/src/components/summary.js +++ b/github-metrics/src/components/summary.js @@ -20,6 +20,10 @@ const styles = { vertical-align: bottom; font-weight: bold; padding-bottom: 16px; + + & .dropdown label { + font-weight: normal; + } `, dropdownContainer: css` display: inline-block;