mirror of
https://github.com/CompassConnections/Compass.git
synced 2025-12-23 22:18:43 -05:00
Line clamp notif to 5
This commit is contained in:
@@ -54,7 +54,7 @@ export function BaseNotification(props: {
|
||||
<AvatarNotificationIcon notification={notification} />
|
||||
}
|
||||
subtitle={
|
||||
<div className="line-clamp-4">
|
||||
<div className="line-clamp-5">
|
||||
<Linkify text={notification.sourceText} />
|
||||
</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user