Fixed alignment issue in tables under education(#233) (#434)

This commit is contained in:
Reyhan
2021-10-12 22:40:04 +05:30
committed by GitHub
parent ba997ff4c5
commit adf5d52ab3
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -59,7 +59,7 @@
{{ $hideScale := .takenCourses.hideScale }}
<table>
<thead>
<th>{{ i18n "course_name"}}</th>
<th class="course-name-header">{{ i18n "course_name"}}</th>
{{ if not $hideScale }}<th>{{ i18n "total_credit"}}</th>{{ end }}
<th>{{ i18n "obtained_credit"}}</th>
</thead>