Skip to content

Commit

Permalink
Remove duplicate message and center table
Browse files Browse the repository at this point in the history
  • Loading branch information
laxerhd committed Dec 19, 2024
1 parent 69f72d0 commit be347b2
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 be347b2

Please sign in to comment.