Skip to content

Commit

Permalink
fix select styling
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanbond committed Dec 5, 2024
1 parent 3ff37eb commit c885e75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sass/formio.form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ $autocomplete-in-dialog-z-index: $dialog-z-index + 1000;
border-color: #ffeeba;
}

.form-control {
height: calc(1.4em + 0.75rem + 2px);
}

.formio-disabled-input .form-control.flatpickr-input {
background-color: #eee;
}
Expand Down

0 comments on commit c885e75

Please sign in to comment.