Skip to content

Commit

Permalink
Resolve unintentional bolding of Dropdown label
Browse files Browse the repository at this point in the history
Excepted the Dropdown's label from being bolded when within a header.

Closes #280
  • Loading branch information
brianlove committed Oct 3, 2023
1 parent 3413c8a commit 1a9d004
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions github-metrics/src/components/summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1a9d004

Please sign in to comment.