fix: Avoid text overflow with notification content (#5035)

This commit is contained in:
Sivin Varghese
2022-07-15 14:57:27 +05:30
committed by GitHub
parent 4187428729
commit a4e21f2c47

View File

@@ -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">
{{ {{
`#${ `#${