File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ <h5>Template-driven form</h5>
118
118
</ form >
119
119
</ div >
120
120
< div class ="range-sample-column ">
121
- < h5 > Template-driven form</ h5 >
121
+ < h5 > Reactive form</ h5 >
122
122
< div class ="radio-container ">
123
123
< igx-radio *ngFor ="let option of updateOnOptions " value ="{{option}} " [(ngModel)] ="updateOn "
124
124
(change) ="updateOnChange($event) ">
Original file line number Diff line number Diff line change @@ -7,14 +7,13 @@ $range-sample-space: 16px;
7
7
.range-sample-column {
8
8
display : flex ;
9
9
flex-direction : column ;
10
+ flex-basis : 50% ;
10
11
padding : $range-sample-space ;
11
12
border-right : 1px solid #ddd ;
12
13
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 ;
18
17
}
19
18
}
20
19
You can’t perform that action at this time.
0 commit comments