File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 32
32
< tr >
33
33
<!-- hours -->
34
34
< td class ="form-group " [class.has-error] ="invalidHours ">
35
- < input type ="text " style =" width:50px; "
36
- class ="form-control text-center "
35
+ < input type ="text "
36
+ class ="form-control text-center bs-timepicker-field "
37
37
placeholder ="HH "
38
38
maxlength ="2 "
39
39
[readonly] ="readonlyInput "
46
46
< td > : </ td >
47
47
<!-- minutes -->
48
48
< td class ="form-group " [class.has-error] ="invalidMinutes ">
49
- < input style =" width:50px; " type ="text "
50
- class ="form-control text-center "
49
+ < input type ="text "
50
+ class ="form-control text-center bs-timepicker-field "
51
51
placeholder ="MM "
52
52
maxlength ="2 "
53
53
[readonly] ="readonlyInput "
62
62
<!-- seconds -->
63
63
< td class ="form-group " *ngIf ="showSeconds "
64
64
[class.has-error] ="invalidSeconds ">
65
- < input style =" width:50px; " type ="text "
66
- class ="form-control text-center "
65
+ < input type ="text "
66
+ class ="form-control text-center bs-timepicker-field "
67
67
placeholder ="SS "
68
68
maxlength ="2 "
69
69
[readonly] ="readonlyInput "
Original file line number Diff line number Diff line change @@ -59,6 +59,9 @@ export const TIMEPICKER_CONTROL_VALUE_ACCESSOR: any = {
59
59
transform: rotate(-135deg);
60
60
top: -2px;
61
61
}
62
+ .bs-timepicker-field{
63
+ width: 50px;
64
+ }
62
65
` ] ,
63
66
encapsulation : ViewEncapsulation . None
64
67
} )
You can’t perform that action at this time.
0 commit comments