Skip to content

Commit

Permalink
Fixed name padding in author cards.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbohacek committed Apr 6, 2021
1 parent 9d8409f commit 58f58e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion author-card.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function bw_render_author_links( $helpers, $options ){ ?>
</div>
<div class="col-sm-12 col-md-10">
<a class="no-underline" title="Botwiki profile page" rel="me" href="<?php echo $botwiki_profile_page_url; ?>">
<h3 class="mt-0 mb-3 d-inline"><?php echo $nickname; ?></h3>
<h3 class="mt-0 mb-3 d-inline-block"><?php echo $nickname; ?></h3>
</a>
<?php if ( !is_author() ){ ?>
<p class="mt-3"><strong><?php echo $botwiki_team_role; ?></strong></p>
Expand Down

0 comments on commit 58f58e4

Please sign in to comment.