File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,9 @@ <h3 class="modal-title" *ngIf="progressData">Creating Stream(s)...</h3>
95
95
</ div >
96
96
97
97
< clr-control-container class ="form-group ">
98
- < label [for] ="def.index.toString() + '_desc' "> Description</ label >
98
+ < label class ="clr-control-label clr-col-12 clr-col-md-2 " [for] ="def.index.toString() + '_desc' "
99
+ > Description</ label
100
+ >
99
101
< input
100
102
[id] ="def.index.toString() + '_desc' "
101
103
[name] ="def.index.toString() + '_desc' "
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ <h3 class="modal-title">Create task</h3>
73
73
</ div >
74
74
75
75
< clr-control-container class ="form-group ">
76
- < label for ="desc "> Description</ label >
76
+ < label class =" clr-control-label clr-col-12 clr-col-md-2 " for ="desc "> Description</ label >
77
77
< input
78
78
id ="desc "
79
79
name ="desc "
You can’t perform that action at this time.
0 commit comments