fix: Avoid text overflow with notification content (#5035)
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
@click="() => onClickNotification(notificationItem)"
|
@click="() => onClickNotification(notificationItem)"
|
||||||
>
|
>
|
||||||
<td>
|
<td>
|
||||||
<div class="flex-view notification-contant--wrap">
|
<div class="flex-view notification-contant--wrap text-truncate">
|
||||||
<h5 class="notification--title">
|
<h5 class="notification--title">
|
||||||
{{
|
{{
|
||||||
`#${
|
`#${
|
||||||
|
|||||||
Reference in New Issue
Block a user