summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Reeder <vpzomtrrfrt@gmail.com>2020-09-27 16:20:52 -0600
committerColin Reeder <vpzomtrrfrt@gmail.com>2020-09-27 16:20:52 -0600
commit587f6cbea89ff7f1922ce33ff943f33d60833350 (patch)
tree57a754ef64a366cf112b9da38f477937d6447ce0
parent9439561f835bd6a1ca2196881122f6e2fa9c946c (diff)
Hopefully fix upvote button placement (#94)
-rw-r--r--res/main.css2
1 files changed, 1 insertions, 1 deletions
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 {