fix(comments): do not use whitespace as gap
This commit is contained in:
parent
abdec17d36
commit
9101f26101
|
|
@ -43,7 +43,7 @@
|
|||
height="20"
|
||||
width="20"
|
||||
>
|
||||
<strong>{{ getDisplayName(c.author) }}</strong>
|
||||
<strong>{{ getDisplayName(c.author) }}</strong>
|
||||
<span
|
||||
v-tooltip="formatDateLong(c.created)"
|
||||
class="has-text-grey"
|
||||
|
|
|
|||
Loading…
Reference in New Issue