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 authored and jmelot committed Oct 4, 2023
1 parent b820ce7 commit aec250f
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 aec250f

Please sign in to comment.