fix(web): keep message chips on one desktop row

This commit is contained in:
Haoran
2026-08-25 22:50:56 +08:00
parent 09a04e8b9b
commit ce952ff1f3

View File

@@ -53,7 +53,7 @@ export function MessageFlow() {
initial={{ opacity: 0, scale: 0.6 }}
animate={{ opacity: 1, scale: 1 }}
transition={{ duration: 0.25 }}
className={`flex shrink-0 items-center rounded-md px-2 py-1.5 ${step.color}`}
className={`flex shrink-0 items-center rounded-md px-1.5 py-1.5 ${step.color}`}
>
<span className="whitespace-nowrap font-mono text-[10px] font-medium text-white">
{step.label}