From 587f6cbea89ff7f1922ce33ff943f33d60833350 Mon Sep 17 00:00:00 2001 From: Colin Reeder Date: Sun, 27 Sep 2020 16:20:52 -0600 Subject: Hopefully fix upvote button placement (#94) --- res/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/main.css b/res/main.css index c23309a..b31b26e 100644 --- a/res/main.css +++ b/res/main.css @@ -90,7 +90,7 @@ body { } .comment > .content { - display: inline-block; + overflow-x: auto; } .commentList { -- cgit v1.2.3