Skip to content

Commit

Permalink
Right align [next] fixes DNNCommunity#786
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo Breumelhof committed May 8, 2024
1 parent 0b2b5eb commit 2c5a0d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 All @@ -22,7 +22,7 @@
<div class="">
<div class="dcf-topic-controls text-right text-end">
<span class="dcf-sort">[TRESX:SortPosts]:[SORTDROPDOWN]</span>
<div class="dcf-subscribe-topic">[TOPICSUBSCRIBE]</div>
<div class="dcf-subscribe">[TOPICSUBSCRIBE]</div>
<div class="dcf-button-reply">[ADDREPLY]</div>

</div>
Expand Down
Binary file not shown.

0 comments on commit 2c5a0d9

Please sign in to comment.