Skip to content

Commit

Permalink
SelectList, DatePicker, DateField: fix min heights in VR (#3841)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertCarreras authored Oct 31, 2024
1 parent e8b5555 commit 23c2f55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

.md_input {
border-radius: var(--sema-rounding-300);
min-height: 40px;
min-height: 36px;
padding-bottom: var(--sema-space-200);
}

Expand Down
2 changes: 1 addition & 1 deletion packages/gestalt-datepicker/src/DatePicker/VRDateInput.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

.md_input {
border-radius: var(--sema-rounding-300);
min-height: 40px;
min-height: 36px;
padding-bottom: var(--sema-space-200);
}

Expand Down
2 changes: 1 addition & 1 deletion packages/gestalt/src/SearchField/VRSearchField.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ html[dir="rtl"] .endClearButtonWrapper {

.md_input {
border-radius: var(--sema-rounding-300);
min-height: 40px;
min-height: 36px;
}

.md_label {
Expand Down

0 comments on commit 23c2f55

Please sign in to comment.