Skip to content

Commit 374f977

Browse files
authored
Merge branch 'master' into nmitich/fix-missing-dropposition-export
2 parents f605847 + d4732ea commit 374f977

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/app/date-range/date-range.sample.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h5>Template-driven form</h5>
118118
</form>
119119
</div>
120120
<div class="range-sample-column">
121-
<h5>Template-driven form</h5>
121+
<h5>Reactive form</h5>
122122
<div class="radio-container">
123123
<igx-radio *ngFor="let option of updateOnOptions" value="{{option}}" [(ngModel)]="updateOn"
124124
(change)="updateOnChange($event)">

src/app/date-range/date-range.sample.scss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ $range-sample-space: 16px;
77
.range-sample-column {
88
display: flex;
99
flex-direction: column;
10+
flex-basis: 50%;
1011
padding: $range-sample-space;
1112
border-right: 1px solid #ddd;
1213

13-
> * {
14-
margin-bottom: 16px;
15-
16-
&:last-of-type {
17-
margin-bottom: 0;
14+
.date-picker-sample-buttons {
15+
button {
16+
margin: 0.5rem;
1817
}
1918
}
2019

0 commit comments

Comments
 (0)