File tree Expand file tree Collapse file tree 1 file changed +10
-15
lines changed
src/app/modules/reports/components/time-range-form Expand file tree Collapse file tree 1 file changed +10
-15
lines changed Original file line number Diff line number Diff line change 1
- < form class =" form-inline " [formGroup] ="reportForm " (ngSubmit) ="onSubmit() ">
1
+ < form [formGroup] ="reportForm " (ngSubmit) ="onSubmit() ">
2
2
3
- < div class ="form-group ">
4
- < label > Start date:</ label >
5
- < div >
3
+ < div class ="form-group row ">
4
+ < label class =" col-12 col-md-2 col-form-label my-1 " > Start date:</ label >
5
+ < div class =" col-12 col-sm-6 col-md-3 my-1 " >
6
6
< app-input-date
7
7
formControlName ="startDate "
8
8
id ="startDate "
9
9
required ="true "
10
10
> </ app-input-date >
11
11
</ div >
12
- </ div >
13
-
14
- < div class ="form-group " style ="width: 3rem "> </ div >
15
12
16
- < div class ="form-group ">
17
- < label > End date:</ label >
18
- < div >
13
+ < label class ="col-12 col-md-2 col-form-label my-1 "> End date:</ label >
14
+ < div class ="col-12 col-sm-6 col-md-3 my-1 ">
19
15
< app-input-date
20
16
formControlName ="endDate "
21
17
id ="endDate "
22
18
required ="true "
23
19
> </ app-input-date >
24
20
</ div >
25
- </ div >
26
-
27
- < div class ="form-group " style ="width: 3rem "> </ div >
28
-
29
- < button type ="submit " class ="btn btn-primary "> Search</ button >
30
21
22
+ < div class ="col-12 col-md-2 my-1 ">
23
+ < button type ="submit " class ="btn btn-primary "> Search</ button >
24
+ </ div >
25
+ </ div >
31
26
</ form >
You can’t perform that action at this time.
0 commit comments