Skip to content

Commit

Permalink
Align Download Complete PDF button correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
laxerhd committed Dec 10, 2024
1 parent 8398a27 commit ab279a7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ <h3 jhiTranslate="artemisApp.courseOverview.lectureDetails.description"></h3>
}
<!-- LECTURE UNITS START-->
@if (lecture.lectureUnits) {
<div class="row mb-2 mt-2 align-items-baseline">
<div class="row mb-2 mt-2 align-items-center">
<div class="col-auto">
<h3 jhiTranslate="artemisApp.courseOverview.lectureDetails.lectureUnits"></h3>
<h3 class="mb-0" jhiTranslate="artemisApp.courseOverview.lectureDetails.lectureUnits"></h3>
</div>
@if (hasPdfLectureUnit) {
<button
Expand Down

0 comments on commit ab279a7

Please sign in to comment.