Skip to content

Commit

Permalink
Merge pull request #759 from benjanderson/date-range-error-formatting
Browse files Browse the repository at this point in the history
fix(date-range): fixed long error message on invalid date layout issues
  • Loading branch information
benjanderson committed Mar 5, 2019
2 parents 94e0bb1 + 5d37dfe commit c470526
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
.hc-calendar-wrapper-form-field > .hc-form-field-wrapper {
padding-bottom: 0;
height: 60px;
height: 70px;
}

.form-container {
padding-left: 13px;
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="hc-date-range-calendar-container" *ngIf="(options$ | async) as options">
<div class="hc-date-range-calendar-item">
<div class="hc-date-range-calendar-item hc-date-range-calendar-wrapper">
<hc-calendar-wrapper
[prefixLabel]="options.startDatePrefix"
[selectedDate]="_fromDate"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
font-weight: 400;
}

.hc-date-range-calendar-wrapper {
width: 338px;
}

.hc-date-range-menu {
height: 100%;
}
Expand Down

0 comments on commit c470526

Please sign in to comment.