From 8386cd675c7f825cea6e2ea2e426f177e5a666b8 Mon Sep 17 00:00:00 2001 From: cutls Date: Sat, 13 Jun 2020 01:33:30 +0900 Subject: [PATCH] votebutton-fixed, and
 fixed

---
 app/css/master.css | 1 +
 app/css/tl.css     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/app/css/master.css b/app/css/master.css
index da9bed3a..9996515f 100644
--- a/app/css/master.css
+++ b/app/css/master.css
@@ -178,6 +178,7 @@ pre {
 	border-top-left-radius: 0.75rem;
 	border-bottom-right-radius: 0.75rem;
 	border-bottom-left-radius: 0.75rem;
+	white-space: normal;
 }
 blockquote,
 .quote p {
diff --git a/app/css/tl.css b/app/css/tl.css
index f8be9b37..8a091840 100644
--- a/app/css/tl.css
+++ b/app/css/tl.css
@@ -714,7 +714,7 @@ p:not(:last-child) {
 	background-color: var(--beforehover);
 	cursor: pointer;
 	width: 3.8rem;
-	padding: 1.5rem;
+	height: 1.7rem;
 	display: inline-block;
 	text-align: center;
 	margin-top: 0.38rem;