Skip to content

Commit

Permalink
Remove top/bottom padding
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Nov 21, 2024
1 parent 5d41c85 commit 30f215c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cfpb-design-system/src/base/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ input[type='date'] {
display: revert;
min-width: 100px;
min-height: 36px;
padding-top: 0;
padding-bottom: 0;

&.a-text-input--full {
min-width: 100%;
Expand Down

0 comments on commit 30f215c

Please sign in to comment.