From 4a8724a3209dcaca2979e74f83ffb4bcc4e646ff Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 01:57:48 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/styles.css b/src/styles.css index cd7f01d..9da6131 100644 --- a/src/styles.css +++ b/src/styles.css @@ -143,3 +143,9 @@ } h1, h2, h3, h4 { font-family: var(--font-serif); letter-spacing: -0.01em; } } + +/* Custom form editor: table + caption styling */ +.ProseMirror table { border-collapse: collapse; margin: 8px 0; width: 100%; table-layout: fixed; } +.ProseMirror th, .ProseMirror td { border: 1px solid #999; padding: 6px 8px; vertical-align: top; min-width: 40px; } +.ProseMirror th { background: #f3f4f6; font-weight: 600; text-align: left; } +.ProseMirror .selectedCell { background: rgba(59,130,246,0.15); }