style(decodes): a gap between the state badge and its name

This commit is contained in:
2026-08-30 20:38:50 +02:00
parent be52a23868
commit 81ff6a9b0e
+1 -1
View File
@@ -1115,7 +1115,7 @@ export function DecodesPanel({ decodes, txMsgs, txState, txStates, spotStatus, o
<span className="truncate">{d.grid || e?.grid || ''}</span>
</span>
<span className={CELL}>
<span className={cn(CELL, 'gap-1.5')}>
{e?.state && (
<>
<span className="rounded px-1.5 py-px text-[11px] font-bold bg-info/15 text-info border border-info/40 shrink-0">{e.state}</span>