mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-04 06:51:45 -04: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