Skip to content

Commit

Permalink
Adjust date picker min-height to prevent size difference between empt…
Browse files Browse the repository at this point in the history
…y and filled date picker
  • Loading branch information
anselmbradford committed Nov 21, 2024
1 parent 3bfc018 commit 1bb457a
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: 98px;
min-height: 29px;
min-height: 36px;

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

0 comments on commit 1bb457a

Please sign in to comment.