From cae0f416f2dc999e7a79867408643a527bb38827 Mon Sep 17 00:00:00 2001 From: Forgotten Date: Fri, 20 Feb 2026 15:49:16 -0600 Subject: [PATCH] Fix issue short-id vertical alignment in EntityRow Add position: relative with top: 1px to the identifier span so "PAP-38" style labels align properly in issue tables. PAP-39 Co-Authored-By: Claude Opus 4.6 --- ui/src/components/EntityRow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/EntityRow.tsx b/ui/src/components/EntityRow.tsx index 7287117e..956bc70e 100644 --- a/ui/src/components/EntityRow.tsx +++ b/ui/src/components/EntityRow.tsx @@ -36,7 +36,7 @@ export function EntityRow({
{identifier && ( - + {identifier} )}