fixed Author, Reviewer not wrapping on mobile
This commit is contained in:
parent
50e7bd8c19
commit
6d347258a4
|
@ -25,11 +25,6 @@
|
|||
}
|
||||
</small>
|
||||
</p>
|
||||
<AuthorizeView Policy="ArticleEditPermissions">
|
||||
<Authorized>
|
||||
<a class="btn btn-info mb-3" href="article/@Article.Id/edit">Edit</a>
|
||||
</Authorized>
|
||||
</AuthorizeView>
|
||||
|
||||
<hr class="my-3" />
|
||||
|
||||
|
@ -56,7 +51,7 @@
|
|||
</section>
|
||||
}
|
||||
|
||||
<div class="flex gap-2">
|
||||
<div class="flex gap-2 flex-wrap">
|
||||
@if (string.IsNullOrWhiteSpace(Article.Author.AboutTheAuthor)) {
|
||||
<ProfilePill Profile="Article.Author" RoleTag="@Localizer["Author"]"/>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue