File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ <h2 id="schedule">Schedule</h2>
26
26
{% assign hours = current | divided_by: 60 %}
27
27
{% assign minutes = current | modulo: 60 %}
28
28
< tr >
29
- {% if multiday %}< td > </ td > {% endif %}
29
+ {% if multiday %}< td class =" col-md-1 " > </ td > {% endif %}
30
30
< td class ="col-md-1 "> {% if hours < 10 %}0{% endif %}{{ hours }}:{% if minutes < 10 %}0{% endif %}{{ minutes }} </ td >
31
31
< td class ="col-md-3 "> Finish</ td >
32
32
< td class ="col-md-7 "> </ td >
@@ -62,7 +62,7 @@ <h2 id="schedule">Schedule</h2>
62
62
{% assign hours = current | divided_by: 60 %}
63
63
{% assign minutes = current | modulo: 60 %}
64
64
< tr >
65
- {% if multiday %}< td > </ td > {% endif %}
65
+ {% if multiday %}< td class =" col-md-1 " > </ td > {% endif %}
66
66
< td class ="col-md-1 "> {% if hours < 10 %}0{% endif %}{{ hours }}:{% if minutes < 10 %}0{% endif %}{{ minutes }} </ td >
67
67
< td class ="col-md-3 "> Finish</ td >
68
68
< td class ="col-md-7 "> </ td >
You can’t perform that action at this time.
0 commit comments