Skip to content

Commit

Permalink
fix(styles): fix bug with cut text in datepicker navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
davidritter-dotcom committed Jul 2, 2024
1 parent 1d21429 commit 09868d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/styles/src/components/datepicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ ngb-datepicker .ngb-dp-arrow {
.form-select {
background-color: transparent;
font: inherit;
min-width: fit-content;
}
}

Expand Down Expand Up @@ -182,7 +183,7 @@ span.ngb-dp-navigation-chevron {
}

.form-control-sm ~ .ngb-dp-open {
height: calc(#{forms.$form-floating-label-height-sm} - #{forms.$input-border-width * 2});
height: forms.$input-height-sm;
}

input[ngbDatepicker] {
Expand Down

0 comments on commit 09868d3

Please sign in to comment.