multica/apps/web/features/editor
Naiyuan Qing f34ed091e7 fix(editor): make issue mention card fit within text line height
Reduce card dimensions so it doesn't overflow the paragraph line box:
- Padding: py-0.5 → py-px (4px → 1px vertical)
- Font size: text-sm → text-xs with leading-relaxed
- Alignment: vertical-align: middle via CSS selector

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 10:33:08 +08:00
..
extensions fix(editor): make issue mention card fit within text line height 2026-04-03 10:33:08 +08:00
utils refactor(editor): unify editor into features/editor with single markdown pipeline 2026-04-03 10:28:29 +08:00
content-editor.css fix(editor): make issue mention card fit within text line height 2026-04-03 10:33:08 +08:00
content-editor.tsx refactor(editor): unify editor into features/editor with single markdown pipeline 2026-04-03 10:28:29 +08:00
index.ts refactor(editor): unify editor into features/editor with single markdown pipeline 2026-04-03 10:28:29 +08:00
title-editor.css refactor(editor): unify editor into features/editor with single markdown pipeline 2026-04-03 10:28:29 +08:00
title-editor.tsx refactor(editor): unify editor into features/editor with single markdown pipeline 2026-04-03 10:28:29 +08:00