feat(KB-197): complete Step 4 — add changeset for size badge positioning fix

This commit is contained in:
gsxdsm
2026-03-30 13:19:59 -07:00
parent 03fc774fde
commit 9e35c00a9c

View File

@@ -0,0 +1,5 @@
---
"@dustinbyrne/kb": patch
---
Fix size badge positioning on task cards in todo and done columns. The size indicator (S/M/L) now consistently appears on the right side of the card header, immediately before action buttons (edit, archive, unarchive) when present. This resolves layout conflicts caused by multiple elements using `margin-left: auto` in the same flex container.