Skip to content

Commit

Permalink
Make nav element flex
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox authored Aug 31, 2024
1 parent 24bb4c2 commit e82eaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Customization/xsl/nav.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<li>
<hr class="m-1"/>
<xsl:if test="not($content = '')">
<span class="ps-3 bd-divider">
<span class="ps-3 bd-divider d-inline-flex">
<xsl:value-of disable-output-escaping="yes" select="$content"/>
</span>
</xsl:if>
Expand Down

0 comments on commit e82eaa9

Please sign in to comment.