Skip to content

Commit

Permalink
Assessment: Remove duplicate message and center table (#10051)
Browse files Browse the repository at this point in the history
  • Loading branch information
laxerhd authored Jan 26, 2025
1 parent 532157b commit 49f6cd0
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<div>
@if (!isExam) {
<h6 jhiTranslate="artemisApp.gradingSystem.overview.info"></h6>
}
<div>
<table class="table table-striped w-auto">
<table class="table table-striped w-auto mx-auto">
<thead>
<tr>
<th jhiTranslate="{{ isBonus ? 'artemisApp.exam.examSummary.bonus' : 'artemisApp.exam.examSummary.grade' }}"></th>
Expand Down

0 comments on commit 49f6cd0

Please sign in to comment.