fix: Avoid text overflow with notification content (#5035)
This commit is contained in:
parent
4187428729
commit
a4e21f2c47
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
@click="() => onClickNotification(notificationItem)"
|
||||
>
|
||||
<td>
|
||||
<div class="flex-view notification-contant--wrap">
|
||||
<div class="flex-view notification-contant--wrap text-truncate">
|
||||
<h5 class="notification--title">
|
||||
{{
|
||||
`#${
|
||||
|
|
Loading…
Reference in a new issue