Skip to content

Commit

Permalink
Merge pull request #787 from Timo-Breumelhof/feature/786-Next-Align-B…
Browse files Browse the repository at this point in the history
…TST5

Right align [next] fixes #786
  • Loading branch information
johnhenley committed May 8, 2024
2 parents 0b2b5eb + 5b1a9de commit b081954
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="w-50">
<span class="fa-prev">[PREVTOPIC]</span>
</div>
<div class="w-50 text-right">
<div class="w-50 text-right text-end">
<span class="fa-next">[NEXTTOPIC]</span>
</div>
</div>
Expand Down
Binary file not shown.

0 comments on commit b081954

Please sign in to comment.