fix(notifications): always left-align notification text
This commit is contained in:
parent
af7ca8ad8f
commit
f8e907a8c1
@ -27,7 +27,7 @@
|
|||||||
<span class="has-text-weight-bold mr-1" v-if="n.notification.doer">
|
<span class="has-text-weight-bold mr-1" v-if="n.notification.doer">
|
||||||
{{ getDisplayName(n.notification.doer) }}
|
{{ getDisplayName(n.notification.doer) }}
|
||||||
</span>
|
</span>
|
||||||
<BaseButton @click="() => to(n, index)()">
|
<BaseButton @click="() => to(n, index)()" class="has-text-left">
|
||||||
{{ n.toText(userInfo) }}
|
{{ n.toText(userInfo) }}
|
||||||
</BaseButton>
|
</BaseButton>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user