Skip to content

Commit

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

Expand Down

0 comments on commit ef7a039

Please sign in to comment.