Skip to content

Commit

Permalink
fixup! [Scorecards] adjusted padding for th and td elements for counc…
Browse files Browse the repository at this point in the history
…il, question and section tables
  • Loading branch information
lucascumsille committed Feb 3, 2025
1 parent 15d8341 commit 75b7faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scoring/static/scoring/scss/table-question-council.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
padding: 0.75rem 0.5rem;
text-align: left;
@include media-breakpoint-up(lg) {
padding: 1rem 0.5rem;
padding: 1rem 0.75rem;
}
}

Expand Down

0 comments on commit 75b7faf

Please sign in to comment.