Skip to content

Commit

Permalink
Remove top margin on checklist tags
Browse files Browse the repository at this point in the history
  • Loading branch information
amyleadem committed Jan 3, 2024
1 parent 92d9d57 commit 97773a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions css/_uswds-theme-custom-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3590,8 +3590,7 @@ $do-dont-top-bar-width: 1;
@include u-padding-x(1);
@include u-radius("md");
list-style-type: none !important;
margin-bottom: 0 !important;
margin-top: units(1) !important;
margin-bottom: units(1) !important;
}

.site-checklist-tag--pass {
Expand Down

0 comments on commit 97773a8

Please sign in to comment.