Skip to content

Commit

Permalink
Fix visual bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesStoehr committed Oct 16, 2023
1 parent 8425924 commit ad75127
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ <h5 class="mb-0">
<span> {{ exerciseCount }} </span>
<span [jhiTranslate]="headingJhiTranslate"></span>
</h5>
<div class="ms-auto">
<div *ngIf="course.isAtLeastEditor" class="ms-auto">
<ng-content select="[exerciseCreateButtons]"></ng-content>
</div>
<button class="btn question-collapse" (click)="isCollapsed = !isCollapsed" [attr.aria-expanded]="!isCollapsed" [attr.aria-controls]="'collapseQuestion'">
Expand Down

0 comments on commit ad75127

Please sign in to comment.