Skip to content

Commit d7da76c

Browse files
committed
top align progress bars
1 parent 0eb7973 commit d7da76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tcf_website/templates/course/course_professor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ <h2 class="mr-md-3">{{ course.title }}</h2>
208208
<div style="overflow: hidden;">
209209
<div id="sectionInfo" style="margin-top: -10000px;">
210210
{% for section, sec_info in section_info.sections.items %}
211-
<div style="display: grid; grid-template-columns: [start] 6ch [sec-num] 150px [type] minmax(200px, 1fr) [times] minmax(120px, auto) [end]; gap: 10px; margin-bottom: 3px;">
211+
<div style="display: grid; grid-template-columns: [start] 6ch [sec-num] 150px [type] minmax(200px, 1fr) [times] minmax(120px, auto) [end]; gap: 10px; margin-bottom: 3px; align-items: start;">
212212
<div style="color: var(--accent-color);">{{ section }}</div>
213213
<div>
214214
{{ sec_info.type }}{% if sec_info.units is not None %} ({{ sec_info.units }} Unit{% if sec_info.units != 1 %}s{% endif %}){% endif %}

0 commit comments

Comments
 (0)