From 794c168868ab18480e654a8491c14eef9eea6fec Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Tue, 14 May 2024 22:47:03 +0200 Subject: [PATCH] style(reply modal): adjust line height --- src/components/reply-modal/reply-modal.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/reply-modal/reply-modal.module.css b/src/components/reply-modal/reply-modal.module.css index 6b11f10c..15385f2d 100644 --- a/src/components/reply-modal/reply-modal.module.css +++ b/src/components/reply-modal/reply-modal.module.css @@ -62,7 +62,7 @@ .content textarea { vertical-align: top; - padding-top: 2em; + padding-top: 18px; } .footer button {