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