File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
shared/components/details-fields Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 89
89
90
90
91
91
< div class ="form-group row ">
92
- < label class ="col-12 col-sm-2 col-form-label pr-0 "> Time in:</ label >
92
+ < label class ="col-12 col-sm-2 "> Time in:</ label >
93
93
< div class ="col-12 col-sm-4 ">
94
94
< input
95
95
[clearIfNotMatch] ="true "
108
108
aria-describedby ="inputGroup-sizing-sm "
109
109
/>
110
110
</ div >
111
-
112
- < label class ="col-12 col-sm-2 col-form-label pr-0 " *ngIf ="!goingToWorkOnThis "> Time out:</ label >
111
+
112
+ < label class ="col-12 col-sm-2 " *ngIf ="!goingToWorkOnThis "> Time out:</ label >
113
113
< div class ="col-12 col-sm-4 " *ngIf ="!goingToWorkOnThis ">
114
114
< input
115
115
*ngIf ="!goingToWorkOnThis "
Original file line number Diff line number Diff line change 57
57
</ tbody >
58
58
</ table >
59
59
</ div >
60
- < div class ="modal fade " id ="editRecordsByDate " tabindex ="-1 " role ="dialog " aria-hidden =" true " >
60
+ < div class ="modal fade " id ="editRecordsByDate " tabindex ="-1 " role ="dialog ">
61
61
< div class ="modal-dialog modal-dialog-centered " role ="document ">
62
62
< div class ="modal-content ">
63
63
< div class ="modal-header ">
You can’t perform that action at this time.
0 commit comments