From c7c787dff19a31f6a5e603dd406c9049feff1d2f Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Thu, 7 Jan 2021 10:49:00 -0800 Subject: [PATCH] Fix comment padding --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index d061601..15e9a0e 100644 --- a/static/style.css +++ b/static/style.css @@ -503,7 +503,7 @@ input[type="submit"]:hover { color: var(--accent); } .comment_right { word-wrap: anywhere; - padding: 10px 25px 10px 5px; + padding: 10px 0 10px 5px; flex-grow: 1; flex-shrink: 1; }