Skip to content

Commit

Permalink
Add small margin-bottom to h3 in widget.
Browse files Browse the repository at this point in the history
  • Loading branch information
coleshaw committed Feb 11, 2020
1 parent 4397596 commit b61df6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _inc/client/dashboard-widget/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
h3 {
font-size: 1em;
font-weight: normal;
margin: 0;
margin: 0 0 0.25em 0;
padding: 0;
}

Expand Down

0 comments on commit b61df6e

Please sign in to comment.