Skip to content

Commit

Permalink
Merge pull request #760 from HealthCatalyst/dev
Browse files Browse the repository at this point in the history
dev -> master
  • Loading branch information
benjanderson committed Mar 5, 2019
2 parents 3a6afc8 + c470526 commit 8404e88
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 8404e88

Please sign in to comment.