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">
|
||||
{{ getDisplayName(n.notification.doer) }}
|
||||
</span>
|
||||
<BaseButton @click="() => to(n, index)()">
|
||||
<BaseButton @click="() => to(n, index)()" class="has-text-left">
|
||||
{{ n.toText(userInfo) }}
|
||||
</BaseButton>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user