bug: whitespace missing in device/user flag tooltips

This commit is contained in:
Gary Sharp
2025-12-10 14:38:58 +11:00
parent 9e0d832aa1
commit f975c55b8a
14 changed files with 720 additions and 664 deletions
+3 -2
View File
@@ -51,8 +51,9 @@
{
<i class="flag fa fa-@(flag.Item2.flag.Icon) fa-fw d-@(flag.Item2.flag.IconColour)">
<span class="details">
<span class="name">@flag.Item2.flag.Name</span>@if (flag.Item1.Comments != null)
{<span class="comments">@flag.Item1.Comments.ToHtmlComment()</span>}<span class="added">@CommonHelpers.FriendlyDateAndUser(flag.Item1.AddedDate, flag.Item1.AddedUserId)</span>
<span class="name">@flag.Item2.flag.Name</span>
@if (flag.Item1.Comments != null) {<span class="comments">@flag.Item1.Comments.ToHtmlComment()</span>}
<span class="added">@CommonHelpers.FriendlyDateAndUser(flag.Item1.AddedDate, flag.Item1.AddedUserId)</span>
</span>
</i>
}