From 0b1e381284f0160c439afab5f9721eedd8294062 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Sat, 20 Jul 2024 15:21:40 -0500 Subject: [PATCH] fixes CSS a little bit --- webpage/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webpage/style.css b/webpage/style.css index 30513c5..6f5fc92 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -551,18 +551,18 @@ p { grid-column: 2; } .replytext pre { - padding: 0 .05in; + /* padding: 0 .05in; */ color: var(--reply-text); - overflow: hidden; + /* overflow: hidden; */ white-space: nowrap; text-overflow: ellipsis; max-width: fit-content; /* display: block; */ /* flex-grow: 1; */ flex: 1 1 auto; - width: fit-content; + /* width: fit-content; */ min-width: 0; - /* display: inline-block !important; */ + display: inline-block !important; width: 25vw; grid-column: 2; }