Skip to content

Commit

Permalink
Fix button css on teacher dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
VirmasaloA committed Oct 25, 2024
1 parent 7260a02 commit 4524d82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<button
[routerLink]="['/staff/questions/new']"
[queryParams]="{ nextState: 'teacher' }"
class="btn btn-success"
class="btn btn-success align-top"
>
{{ 'i18n_toolbar_new_question' | translate }}
</button>
Expand Down

0 comments on commit 4524d82

Please sign in to comment.