diff --git a/src/webpage/style.css b/src/webpage/style.css index d2047c2..c7fa9e9 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -1082,6 +1082,9 @@ span .quote:last-of-type .quoteline { .replytext a { pointer-events: none; } +.replytext pre { + display: inline; +} .reply { flex: 1; background: var(--reply-line);