more spacing/wrapping fixes
This commit is contained in:
parent
d361a4d7dc
commit
4c7edfc9a9
4 changed files with 6 additions and 6 deletions
|
@ -43,14 +43,12 @@
|
|||
class="serverName"
|
||||
:class="{ '-faded': shouldFadeDomain }"
|
||||
v-html="'@' + serverName"
|
||||
/></span>
|
||||
<span
|
||||
/></span><span
|
||||
v-if="isYou && shouldShowYous"
|
||||
:class="{ '-you': shouldBoldenYou }"
|
||||
>{{ $t('status.you') }}</span>
|
||||
> {{ $t('status.you') }}</span>
|
||||
<!-- eslint-enable vue/no-v-html -->
|
||||
</a>
|
||||
<span
|
||||
</a><span
|
||||
v-if="shouldShowTooltip"
|
||||
class="full popover-default"
|
||||
:class="[highlightType]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue