mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-11 16:52:38 +02:00
fix: adjust padding for improved layout in public chat snapshot row
This commit is contained in:
parent
93e0b59540
commit
893cb80005
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ export function PublicChatSnapshotRow({
|
|||
<CardContent className="p-4 flex flex-col gap-3 h-full">
|
||||
{/* Header: Title + Actions */}
|
||||
<div className="relative">
|
||||
<div className="min-w-0 pr-0 sm:group-hover:pr-16">
|
||||
<div className="min-w-0 pr-16 sm:pr-0 sm:group-hover:pr-16">
|
||||
<h4
|
||||
className="text-sm font-semibold tracking-tight truncate"
|
||||
title={snapshot.thread_title}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue