Skip to content

Commit

Permalink
Fix alignment of source in submission row (#1577)
Browse files Browse the repository at this point in the history
* update broken link to mysql, move sql install to beginning of installation instructions

* Fix submission row text alignment
  • Loading branch information
20wildmanj authored Aug 7, 2022
1 parent 4fa4b34 commit 05bcebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/assessments/_submission_summary_row.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
-
<% if submission.filename then %>
<% if link = view_course_assessment_submission_path(@course, @assessment, submission) %>
<a href="<%= link %>" class="tooltipped" title="View Source" data-tooltip="View Source" data-placement="right" aria-label="Justify" style="margin-right:6px; font-size: 20px;"><%= submission.filename %></a>
<a href="<%= link %>" class="tooltipped" title="View Source" data-tooltip="View Source" data-placement="right" aria-label="Justify" style="margin-right:6px; font-size: 20px; vertical-align: middle"><%= submission.filename %></a>

<% else %>
<%= submission.filename %>
Expand Down

0 comments on commit 05bcebc

Please sign in to comment.