[frontend/components] Fix spacing of verified fields
This commit is contained in:
parent
858a7724a2
commit
fc07f55fe3
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
@if (Field.Verified.GetValueOrDefault())
|
||||
{
|
||||
<Icon class="verified" Name="Icons.SealCheck" Size="1.3em"/>
|
||||
<span> </span>
|
||||
}
|
||||
<MfmText Text="@Field.Name.Split('\n')[0]" Emoji="@Emojis" Simple="@true"></MfmText>
|
||||
</span>
|
||||
|
|
Loading…
Add table
Reference in a new issue