Commit dfab67f0 authored by Steven's avatar Steven

chore(seed): polish demo data with realistic multi-user content

parent 6b37fcc0
This diff is collapsed.
...@@ -25,7 +25,7 @@ const LocationDisplay = ({ location, className }: LocationDisplayProps) => { ...@@ -25,7 +25,7 @@ const LocationDisplay = ({ location, className }: LocationDisplayProps) => {
<PopoverTrigger asChild> <PopoverTrigger asChild>
<div <div
className={cn( className={cn(
"w-auto max-w-full flex flex-row gap-2 cursor-pointer", "w-full flex flex-row gap-2 cursor-pointer",
"relative inline-flex items-center gap-1.5 px-2 h-7 rounded-md border border-border bg-muted/20 hover:bg-accent/20 text-muted-foreground hover:text-foreground text-xs transition-colors", "relative inline-flex items-center gap-1.5 px-2 h-7 rounded-md border border-border bg-muted/20 hover:bg-accent/20 text-muted-foreground hover:text-foreground text-xs transition-colors",
className, className,
)} )}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment