From 2b7bd668ec9fea0d386b1e277b1c8d82ba11e448 Mon Sep 17 00:00:00 2001 From: Adrian Gruntkowski Date: Sun, 9 Nov 2025 01:14:59 +0100 Subject: [PATCH] Fix misalignment between textarea and p in editable component --- priv/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/priv/static/style.css b/priv/static/style.css index 50b603e..41fcddb 100644 --- a/priv/static/style.css +++ b/priv/static/style.css @@ -145,6 +145,7 @@ editable-area textarea { font-size: inherit; font-family: inherit; line-height: inherit; + line-break: inherit; text-indent: inherit; letter-spacing: inherit; padding: 0;